#CC24DB
A medium, vivid magenta closely aligning with Darkorchid.
About #CC24DB
The precise color #CC24DB is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkorchid. In the RGB color space, it consists of 204 red, 36 green, and 219 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 7% C, 84% M, 0% Y, and 14% K. The HSL representation is 295.1° hue, 71.8% saturation, and 50.0% lightness.
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#CC24DB
RGB204, 36, 219
HSL295.1°, 71.8%, 50.0%
CMYK7%, 84%, 0%, 14%
HSV295.1°, 83.6%, 85.9%
LAB50.9, 80.9, -56.1
XYZ38.3, 19.2, 68.7
Decimal13378779
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.34:1
Text on #FFFFFF
AA Large
4.84:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC24DB;
}
.text-color {
color: #CC24DB;
}
.border-color {
border: 2px solid #CC24DB;
}