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