Lavender (Purple)
#F1EBFE
RGB: 241, 235, 254
Color OverviewHEX #F1EBFE

#F1EBFE Color Code Information

In the RGB color space, #F1EBFE is composed of 95% red, 92% green, and 100% blue. In the HSL color space, it has a hue of 259°, saturation of 90%, and lightness of 96%.

HEX
#F1EBFE
RGB
241, 235, 254
HSL
259°, 90%, 96%
HSV
259°, 7%, 100%
CMYK
5%, 7%, 0%, 0%
Name Match
Lavender
Closest Standard

Shades of #F1EBFE (Darker Variations)

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

Tints of #F1EBFE (Lighter Variations)

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

Tones of #F1EBFE (Muted Variations)

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

Color Harmonies for #F1EBFE

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 #F1EBFE Background
Contrast Ratio against Pure White (#FFFFFF):1.16 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #F1EBFE Background
Contrast Ratio against Pure Black (#000000):18.05 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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