#BD24A8
A medium, moderate magenta closely aligning with Darkmagenta.
About #BD24A8
When working with digital screens, the color #BD24A8 is rendered by mixing light. It is closely associated with the named CSS color Darkmagenta. This translates to an RGB value of rgb(189, 36, 168).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 81% M, 11% Y, and 26% K. With a hue angle of 308.2 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD24A8
RGB189, 36, 168
HSL308.2°, 68.0%, 44.1%
CMYK0%, 81%, 11%, 26%
HSV308.2°, 81.0%, 74.1%
LAB45.5, 70.3, -35.3
XYZ28.7, 14.9, 38.4
Decimal12395688
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.27:1
Text on #FFFFFF
AA
3.98:1
Text on #000000
AA Large
5.04:1
Text on #F8FAFC
AA
3.38:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD24A8;
}
.text-color {
color: #BD24A8;
}
.border-color {
border: 2px solid #BD24A8;
}