Sky Blue (Blue)
#9BD7FF
RGB: 155, 215, 255
Color OverviewHEX #9BD7FF
#9BD7FF Color Code Information
In the RGB color space, #9BD7FF is composed of 61% red, 84% green, and 100% blue. In the HSL color space, it has a hue of 204°, saturation of 100%, and lightness of 80%.
HEX
#9BD7FF
RGB
155, 215, 255
HSL
204°, 100%, 80%
HSV
204°, 39%, 100%
CMYK
39%, 16%, 0%, 0%
Name Match
Sky Blue
Closest StandardShades of #9BD7FF (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #9BD7FF (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #9BD7FF (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #9BD7FF
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #9BD7FF Background
Contrast Ratio against Pure White (#FFFFFF):1.55 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #9BD7FF Background
Contrast Ratio against Pure Black (#000000):13.56 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #9BD7FF;
}
.element {
color: #9BD7FF;
background-color: #9BD7FF;
border-color: #9BD7FF;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#9BD7FF] text-[#9BD7FF] border-[#9BD7FF]"> Content styled with #9BD7FF </div>