Azure (Blue)
#EBFFF9
RGB: 235, 255, 249
Color OverviewHEX #EBFFF9
#EBFFF9 Color Code Information
In the RGB color space, #EBFFF9 is composed of 92% red, 100% green, and 98% blue. In the HSL color space, it has a hue of 162°, saturation of 100%, and lightness of 96%.
HEX
#EBFFF9
RGB
235, 255, 249
HSL
162°, 100%, 96%
HSV
162°, 8%, 100%
CMYK
8%, 0%, 2%, 0%
Name Match
Azure
Closest StandardShades of #EBFFF9 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #EBFFF9 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #EBFFF9 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #EBFFF9
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 #EBFFF9 Background
Contrast Ratio against Pure White (#FFFFFF):1.04 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #EBFFF9 Background
Contrast Ratio against Pure Black (#000000):20.2 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #EBFFF9;
}
.element {
color: #EBFFF9;
background-color: #EBFFF9;
border-color: #EBFFF9;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#EBFFF9] text-[#EBFFF9] border-[#EBFFF9]"> Content styled with #EBFFF9 </div>