#CC5FE2
A light, moderate magenta closely aligning with Mediumorchid.
About #CC5FE2
At its core, #CC5FE2 is a light and moderate hue. It is closely associated with the named CSS color Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 95, and 226.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 10% cyan, 58% magenta, 0% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC5FE2
RGB204, 95, 226
HSL289.9°, 69.3%, 62.9%
CMYK10%, 58%, 0%, 11%
HSV289.9°, 58.0%, 88.6%
LAB58.5, 61.8, -48.0
XYZ42.7, 26.5, 74.8
Decimal13393890
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.33:1
Text on #FFFFFF
AA Large
6.30:1
Text on #000000
AA
3.18:1
Text on #F8FAFC
AA Large
5.36:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC5FE2;
}
.text-color {
color: #CC5FE2;
}
.border-color {
border: 2px solid #CC5FE2;
}