#CC92B6
A light, moderate magenta closely aligning with Plum.
About #CC92B6
When working with digital screens, the color #CC92B6 is rendered by mixing light. Its closest recognized web color is Plum. This translates to an RGB value of rgb(204, 146, 182).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 28% M, 11% Y, and 20% K. With a hue angle of 322.8 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC92B6
RGB204, 146, 182
HSL322.8°, 36.3%, 68.6%
CMYK0%, 28%, 11%, 20%
HSV322.8°, 28.4%, 80.0%
LAB67.1, 27.5, -10.0
XYZ43.6, 36.8, 49.1
Decimal13406902
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.35:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CC92B6;
}
.text-color {
color: #CC92B6;
}
.border-color {
border: 2px solid #CC92B6;
}