Light Blue (Blue)
#9FE0DA
RGB: 159, 224, 218
Color OverviewHEX #9FE0DA
#9FE0DA Color Code Information
In the RGB color space, #9FE0DA is composed of 62% red, 88% green, and 85% blue. In the HSL color space, it has a hue of 174°, saturation of 51%, and lightness of 75%.
HEX
#9FE0DA
RGB
159, 224, 218
HSL
174°, 51%, 75%
HSV
174°, 29%, 88%
CMYK
29%, 0%, 3%, 12%
Name Match
Light Blue
Closest StandardShades of #9FE0DA (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #9FE0DA (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #9FE0DA (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #9FE0DA
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 #9FE0DA Background
Contrast Ratio against Pure White (#FFFFFF):1.48 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #9FE0DA Background
Contrast Ratio against Pure Black (#000000):14.15 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #9FE0DA;
}
.element {
color: #9FE0DA;
background-color: #9FE0DA;
border-color: #9FE0DA;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#9FE0DA] text-[#9FE0DA] border-[#9FE0DA]"> Content styled with #9FE0DA </div>