Mauve (Purple)
#F1BDF9
RGB: 241, 189, 249
Color OverviewHEX #F1BDF9
#F1BDF9 Color Code Information
In the RGB color space, #F1BDF9 is composed of 95% red, 74% green, and 98% blue. In the HSL color space, it has a hue of 292°, saturation of 83%, and lightness of 86%.
HEX
#F1BDF9
RGB
241, 189, 249
HSL
292°, 83%, 86%
HSV
292°, 24%, 98%
CMYK
3%, 24%, 0%, 2%
Name Match
Mauve
Closest StandardShades of #F1BDF9 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #F1BDF9 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #F1BDF9 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #F1BDF9
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #F1BDF9 Background
Contrast Ratio against Pure White (#FFFFFF):1.57 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #F1BDF9 Background
Contrast Ratio against Pure Black (#000000):13.39 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #F1BDF9;
}
.element {
color: #F1BDF9;
background-color: #F1BDF9;
border-color: #F1BDF9;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#F1BDF9] text-[#F1BDF9] border-[#F1BDF9]"> Content styled with #F1BDF9 </div>