Lavender (Purple)
#F7D1FA
RGB: 247, 209, 250
Color OverviewHEX #F7D1FA

#F7D1FA Color Code Information

In the RGB color space, #F7D1FA is composed of 97% red, 82% green, and 98% blue. In the HSL color space, it has a hue of 296°, saturation of 80%, and lightness of 90%.

HEX
#F7D1FA
RGB
247, 209, 250
HSL
296°, 80%, 90%
HSV
296°, 16%, 98%
CMYK
1%, 16%, 0%, 2%
Name Match
Lavender
Closest Standard

Shades of #F7D1FA (Darker Variations)

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

Tints of #F7D1FA (Lighter Variations)

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

Tones of #F7D1FA (Muted Variations)

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

Color Harmonies for #F7D1FA

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

Developer Code Snippets & Tailwind CSS

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

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