Lavender Blush (Pink)
#FEECF2
RGB: 254, 236, 242
Color OverviewHEX #FEECF2

#FEECF2 Color Code Information

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

HEX
#FEECF2
RGB
254, 236, 242
HSL
340°, 90%, 96%
HSV
340°, 7%, 100%
CMYK
0%, 7%, 5%, 0%
Name Match
Lavender Blush
Closest Standard

Shades of #FEECF2 (Darker Variations)

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

Tints of #FEECF2 (Lighter Variations)

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

Tones of #FEECF2 (Muted Variations)

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

Color Harmonies for #FEECF2

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

Developer Code Snippets & Tailwind CSS

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

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