Alice Blue (Blue)
#EBF3FA
RGB: 235, 243, 250
Color OverviewHEX #EBF3FA

#EBF3FA Color Code Information

In the RGB color space, #EBF3FA is composed of 92% red, 95% green, and 98% blue. In the HSL color space, it has a hue of 208°, saturation of 60%, and lightness of 95%.

HEX
#EBF3FA
RGB
235, 243, 250
HSL
208°, 60%, 95%
HSV
208°, 6%, 98%
CMYK
6%, 3%, 0%, 2%
Name Match
Alice Blue
Closest Standard

Shades of #EBF3FA (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #EBF3FA (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #EBF3FA (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #EBF3FA

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #EBF3FA Background
Contrast Ratio against Pure White (#FFFFFF):1.12 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #EBF3FA Background
Contrast Ratio against Pure Black (#000000):18.73 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #EBF3FA;
}

.element {
  color: #EBF3FA;
  background-color: #EBF3FA;
  border-color: #EBF3FA;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#EBF3FA] text-[#EBF3FA] border-[#EBF3FA]">
  Content styled with #EBF3FA
</div>