#DB24F0
A medium, vivid magenta closely aligning with Fuchsia.
About #DB24F0
At its core, #DB24F0 is a medium and vivid hue. Its closest recognized web color is Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 36, and 240.
Translating this color to physical media requires the CMYK color model. The color uses 9% Cyan, 85% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 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#DB24F0
RGB219, 36, 240
HSL293.8°, 87.2%, 54.1%
CMYK9%, 85%, 0%, 6%
HSV293.8°, 85.0%, 94.1%
LAB54.7, 86.7, -61.9
XYZ45.6, 22.6, 84.4
Decimal14361840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.52:1
Text on #000000
AA
3.63:1
Text on #F8FAFC
AA Large
4.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB24F0;
}
.text-color {
color: #DB24F0;
}
.border-color {
border: 2px solid #DB24F0;
}