#DB16F0
A medium, vivid magenta closely aligning with Fuchsia.
About #DB16F0
At its core, #DB16F0 is a medium and vivid hue. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(219, 22, 240).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 9% C, 91% M, 0% Y, and 6% K. The HSL representation is 294.2° hue, 87.9% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB16F0
RGB219, 22, 240
HSL294.2°, 87.9%, 51.4%
CMYK9%, 91%, 0%, 6%
HSV294.2°, 90.8%, 94.1%
LAB53.9, 88.9, -63.0
XYZ45.2, 21.9, 84.3
Decimal14358256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.90:1
Text on #FFFFFF
AA Large
5.39:1
Text on #000000
AA
3.73:1
Text on #F8FAFC
AA Large
4.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB16F0;
}
.text-color {
color: #DB16F0;
}
.border-color {
border: 2px solid #DB16F0;
}