Lavender (Purple)
#F6D1FB
RGB: 246, 209, 251
Color OverviewHEX #F6D1FB

#F6D1FB Color Code Information

In the RGB color space, #F6D1FB is composed of 96% red, 82% green, and 98% blue. In the HSL color space, it has a hue of 293°, saturation of 84%, and lightness of 90%.

HEX
#F6D1FB
RGB
246, 209, 251
HSL
293°, 84%, 90%
HSV
293°, 17%, 98%
CMYK
2%, 17%, 0%, 2%
Name Match
Lavender
Closest Standard

Shades of #F6D1FB (Darker Variations)

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

Tints of #F6D1FB (Lighter Variations)

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

Tones of #F6D1FB (Muted Variations)

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

Color Harmonies for #F6D1FB

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

Developer Code Snippets & Tailwind CSS

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

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