Lavender (Purple)
#F6D3FB
RGB: 246, 211, 251
Color OverviewHEX #F6D3FB

#F6D3FB Color Code Information

In the RGB color space, #F6D3FB is composed of 96% red, 83% green, and 98% blue. In the HSL color space, it has a hue of 293°, saturation of 83%, and lightness of 91%.

HEX
#F6D3FB
RGB
246, 211, 251
HSL
293°, 83%, 91%
HSV
293°, 16%, 98%
CMYK
2%, 16%, 0%, 2%
Name Match
Lavender
Closest Standard

Shades of #F6D3FB (Darker Variations)

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

Tints of #F6D3FB (Lighter Variations)

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

Tones of #F6D3FB (Muted Variations)

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

Color Harmonies for #F6D3FB

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

Developer Code Snippets & Tailwind CSS

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

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