#CC3AF8
A light, vivid magenta closely aligning with Darkviolet.
About #CC3AF8
At its core, #CC3AF8 is a light and vivid hue. Designers often compare it to the standard color Darkviolet. In the RGB color space, it consists of 204 red, 58 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 18% cyan and 77% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC3AF8
RGB204, 58, 248
HSL286.1°, 93.1%, 60.0%
CMYK18%, 77%, 0%, 3%
HSV286.1°, 76.6%, 97.3%
LAB54.7, 80.2, -66.4
XYZ43.4, 22.6, 90.9
Decimal13384440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.53:1
Text on #000000
AA
3.63:1
Text on #F8FAFC
AA Large
4.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC3AF8;
}
.text-color {
color: #CC3AF8;
}
.border-color {
border: 2px solid #CC3AF8;
}