#CC6DBD
A light, moderate magenta closely aligning with Orchid.
About #CC6DBD
At its core, #CC6DBD is a light and moderate hue. If you're using CSS, you might find it aligns closely with Orchid. In the RGB color space, it consists of 204 red, 109 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 47% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC6DBD
RGB204, 109, 189
HSL309.5°, 48.2%, 61.4%
CMYK0%, 47%, 7%, 20%
HSV309.5°, 46.6%, 80.0%
LAB59.4, 48.4, -25.7
XYZ39.6, 27.4, 51.4
Decimal13397437
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.24:1
Text on #FFFFFF
AA Large
6.49:1
Text on #000000
AA
3.09:1
Text on #F8FAFC
AA Large
5.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC6DBD;
}
.text-color {
color: #CC6DBD;
}
.border-color {
border: 2px solid #CC6DBD;
}