#DB07AF
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB07AF
When working with digital screens, the color #DB07AF is rendered by mixing light. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(219, 7, 175).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 97% Magenta, 20% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB07AF
RGB219, 7, 175
HSL312.5°, 93.8%, 44.3%
CMYK0%, 97%, 20%, 14%
HSV312.5°, 96.8%, 85.9%
LAB49.9, 81.3, -32.2
XYZ37.0, 18.3, 42.1
Decimal14354351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.51:1
Text on #FFFFFF
AA
4.66:1
Text on #000000
AA
4.31:1
Text on #F8FAFC
AA Large
3.96:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB07AF;
}
.text-color {
color: #DB07AF;
}
.border-color {
border: 2px solid #DB07AF;
}