#DB83D3
A light, moderate magenta closely aligning with Orchid.
About #DB83D3
At its core, #DB83D3 is a light and moderate hue. Designers often compare it to the standard color Orchid. This translates to an RGB value of rgb(219, 131, 211).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 40% M, 4% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#DB83D3
RGB219, 131, 211
HSL305.5°, 55.0%, 68.6%
CMYK0%, 40%, 4%, 14%
HSV305.5°, 40.2%, 85.9%
LAB66.5, 45.5, -27.0
XYZ49.1, 36.0, 66.0
Decimal14386131
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.56:1
Text on #FFFFFF
FAIL
8.20:1
Text on #000000
AAA
2.45:1
Text on #F8FAFC
FAIL
6.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB83D3;
}
.text-color {
color: #DB83D3;
}
.border-color {
border: 2px solid #DB83D3;
}