#CC75D3
A light, moderate magenta closely aligning with Orchid.
About #CC75D3
Visually, #CC75D3 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Orchid. In the RGB color space, it consists of 204 red, 117 green, and 211 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 3% cyan and 45% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC75D3
RGB204, 117, 211
HSL295.5°, 51.6%, 64.3%
CMYK3%, 45%, 0%, 17%
HSV295.5°, 44.5%, 82.7%
LAB61.9, 48.2, -34.3
XYZ43.0, 30.3, 65.2
Decimal13399507
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.98:1
Text on #FFFFFF
FAIL
7.05:1
Text on #000000
AAA
2.85:1
Text on #F8FAFC
FAIL
6.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC75D3;
}
.text-color {
color: #CC75D3;
}
.border-color {
border: 2px solid #CC75D3;
}