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