#DB75DB
A light, moderate magenta closely aligning with Orchid.
About #DB75DB
When working with digital screens, the color #DB75DB is rendered by mixing light. It is closely associated with the named CSS color Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 117, and 219.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 47% M, 0% Y, and 14% K. The HSL representation is 300.0° hue, 58.6% saturation, and 65.9% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB75DB
RGB219, 117, 219
HSL300.0°, 58.6%, 65.9%
CMYK0%, 47%, 0%, 14%
HSV300.0°, 46.6%, 85.9%
LAB64.1, 54.0, -35.2
XYZ48.4, 32.9, 70.8
Decimal14382555
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.77:1
Text on #FFFFFF
FAIL
7.58:1
Text on #000000
AAA
2.65:1
Text on #F8FAFC
FAIL
6.44:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB75DB;
}
.text-color {
color: #DB75DB;
}
.border-color {
border: 2px solid #DB75DB;
}