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