#DB00C5
A medium, vivid magenta closely aligning with Fuchsia.
About #DB00C5
Visually, #DB00C5 is defined as a vivid magenta. Its closest recognized web color is Fuchsia. In the RGB color space, it consists of 219 red, 0 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 100% M, 10% Y, and 14% K. The HSL representation is 306.0° hue, 100.0% saturation, and 42.9% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB00C5
RGB219, 0, 197
HSL306.0°, 100.0%, 42.9%
CMYK0%, 100%, 10%, 14%
HSV306.0°, 100.0%, 85.9%
LAB50.8, 84.6, -43.6
XYZ39.3, 19.1, 54.4
Decimal14352581
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.36:1
Text on #FFFFFF
AA Large
4.82:1
Text on #000000
AA
4.17:1
Text on #F8FAFC
AA Large
4.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB00C5;
}
.text-color {
color: #DB00C5;
}
.border-color {
border: 2px solid #DB00C5;
}