#CC7C83
A light, moderate red closely aligning with Rosybrown.
About #CC7C83
At its core, #CC7C83 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Rosybrown. Its digital footprint relies on 204 parts red, 124 parts green, and 131 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 39% Magenta, 36% Yellow, and 20% Black. The HSL representation is 354.8° hue, 44.0% saturation, and 64.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC7C83
RGB204, 124, 131
HSL354.8°, 44.0%, 64.3%
CMYK0%, 39%, 36%, 20%
HSV354.8°, 39.2%, 80.0%
LAB60.7, 31.9, 9.5
XYZ36.2, 28.9, 25.1
Decimal13401219
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.10:1
Text on #FFFFFF
AA Large
6.78:1
Text on #000000
AA
2.96:1
Text on #F8FAFC
FAIL
5.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC7C83;
}
.text-color {
color: #CC7C83;
}
.border-color {
border: 2px solid #CC7C83;
}