#D33AE9
A medium, vivid magenta closely aligning with Darkorchid.
About #D33AE9
Visually, #D33AE9 is defined as a vivid magenta. Its closest recognized web color is Darkorchid. In the RGB color space, it consists of 211 red, 58 green, and 233 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 9% C, 75% M, 0% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium 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#D33AE9
RGB211, 58, 233
HSL292.5°, 79.9%, 57.1%
CMYK9%, 75%, 0%, 9%
HSV292.5°, 75.1%, 91.4%
LAB54.8, 78.8, -57.8
XYZ43.1, 22.8, 79.2
Decimal13843177
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.78:1
Text on #FFFFFF
AA Large
5.55:1
Text on #000000
AA
3.62:1
Text on #F8FAFC
AA Large
4.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D33AE9;
}
.text-color {
color: #D33AE9;
}
.border-color {
border: 2px solid #D33AE9;
}