#DB75BD
A light, moderate magenta closely aligning with Orchid.
About #DB75BD
The precise color #DB75BD is an excellent choice for modern design projects. It is closely associated with the named CSS color Orchid. This translates to an RGB value of rgb(219, 117, 189).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 47% magenta, 14% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB75BD
RGB219, 117, 189
HSL317.6°, 58.6%, 65.9%
CMYK0%, 47%, 14%, 14%
HSV317.6°, 46.6%, 85.9%
LAB62.9, 49.0, -20.2
XYZ44.8, 31.5, 51.9
Decimal14382525
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.88:1
Text on #FFFFFF
FAIL
7.29:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.20:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB75BD;
}
.text-color {
color: #DB75BD;
}
.border-color {
border: 2px solid #DB75BD;
}