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