Lavender (Purple)
#F4CFFC
RGB: 244, 207, 252
Color OverviewHEX #F4CFFC

#F4CFFC Color Code Information

In the RGB color space, #F4CFFC is composed of 96% red, 81% green, and 99% blue. In the HSL color space, it has a hue of 289°, saturation of 88%, and lightness of 90%.

HEX
#F4CFFC
RGB
244, 207, 252
HSL
289°, 88%, 90%
HSV
289°, 18%, 99%
CMYK
3%, 18%, 0%, 1%
Name Match
Lavender
Closest Standard

Shades of #F4CFFC (Darker Variations)

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

Tints of #F4CFFC (Lighter Variations)

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

Tones of #F4CFFC (Muted Variations)

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

Color Harmonies for #F4CFFC

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

Developer Code Snippets & Tailwind CSS

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

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