#CC66AF
A light, moderate magenta closely aligning with Orchid.
About #CC66AF
Visually, #CC66AF is defined as a moderate magenta. It is closely associated with the named CSS color Orchid. Its digital footprint relies on 204 parts red, 102 parts green, and 175 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 50% magenta inks. With a hue angle of 317.1 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC66AF
RGB204, 102, 175
HSL317.1°, 50.0%, 60.0%
CMYK0%, 50%, 14%, 20%
HSV317.1°, 50.0%, 80.0%
LAB57.5, 49.6, -20.6
XYZ37.4, 25.4, 43.5
Decimal13395631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.09:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.17:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC66AF;
}
.text-color {
color: #CC66AF;
}
.border-color {
border: 2px solid #CC66AF;
}