Pink (Pink)
#F9B9B9
RGB: 249, 185, 185
Color OverviewHEX #F9B9B9
#F9B9B9 Color Code Information
In the RGB color space, #F9B9B9 is composed of 98% red, 73% green, and 73% blue. In the HSL color space, it has a hue of 0°, saturation of 84%, and lightness of 85%.
HEX
#F9B9B9
RGB
249, 185, 185
HSL
0°, 84%, 85%
HSV
0°, 26%, 98%
CMYK
0%, 26%, 26%, 2%
Name Match
Pink
Closest StandardShades of #F9B9B9 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #F9B9B9 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #F9B9B9 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #F9B9B9
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 #F9B9B9 Background
Contrast Ratio against Pure White (#FFFFFF):1.66 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #F9B9B9 Background
Contrast Ratio against Pure Black (#000000):12.67 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #F9B9B9;
}
.element {
color: #F9B9B9;
background-color: #F9B9B9;
border-color: #F9B9B9;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#F9B9B9] text-[#F9B9B9] border-[#F9B9B9]"> Content styled with #F9B9B9 </div>