#DB00A8
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB00A8
Visually, #DB00A8 is defined as a vivid magenta. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(219, 0, 168).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB00A8
RGB219, 0, 168
HSL314.0°, 100.0%, 42.9%
CMYK0%, 100%, 23%, 14%
HSV314.0°, 100.0%, 85.9%
LAB49.4, 81.0, -28.8
XYZ36.3, 17.9, 38.6
Decimal14352552
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.59:1
Text on #FFFFFF
AA
4.58:1
Text on #000000
AA
4.38:1
Text on #F8FAFC
AA Large
3.89:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB00A8;
}
.text-color {
color: #DB00A8;
}
.border-color {
border: 2px solid #DB00A8;
}