#CC75DB
A light, moderate magenta closely aligning with Orchid.
About #CC75DB
Visually, #CC75DB is defined as a moderate magenta. Designers often compare it to the standard color Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 117, and 219.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 7% cyan and 47% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC75DB
RGB204, 117, 219
HSL291.2°, 58.6%, 65.9%
CMYK7%, 47%, 0%, 14%
HSV291.2°, 46.6%, 85.9%
LAB62.2, 49.7, -38.2
XYZ44.0, 30.7, 70.6
Decimal13399515
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.13:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC75DB;
}
.text-color {
color: #CC75DB;
}
.border-color {
border: 2px solid #CC75DB;
}