#CC33DB
A medium, moderate magenta closely aligning with Darkorchid.
About #CC33DB
At its core, #CC33DB is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 51, and 219.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 7% cyan, 77% magenta, 0% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#CC33DB
RGB204, 51, 219
HSL294.6°, 70.0%, 52.9%
CMYK7%, 77%, 0%, 14%
HSV294.6°, 76.7%, 85.9%
LAB52.2, 77.2, -54.1
XYZ38.9, 20.3, 68.9
Decimal13382619
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.15:1
Text on #FFFFFF
AA Large
5.06:1
Text on #000000
AA
3.96:1
Text on #F8FAFC
AA Large
4.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC33DB;
}
.text-color {
color: #CC33DB;
}
.border-color {
border: 2px solid #CC33DB;
}