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