#D33AF8
A light, vivid magenta closely aligning with Darkviolet.
About #D33AF8
Visually, #D33AF8 is defined as a vivid magenta. Its closest recognized web color is Darkviolet. In the RGB color space, it consists of 211 red, 58 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 15% cyan, 77% magenta, 0% yellow, and 3% black. With a hue angle of 288.3 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D33AF8
RGB211, 58, 248
HSL288.3°, 93.1%, 60.0%
CMYK15%, 77%, 0%, 3%
HSV288.3°, 76.6%, 97.3%
LAB55.7, 81.4, -64.7
XYZ45.3, 23.7, 91.0
Decimal13843192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.66:1
Text on #FFFFFF
AA Large
5.73:1
Text on #000000
AA
3.50:1
Text on #F8FAFC
AA Large
4.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D33AF8;
}
.text-color {
color: #D33AF8;
}
.border-color {
border: 2px solid #D33AF8;
}