#D375A8
A light, moderate magenta closely aligning with Palevioletred.
About #D375A8
When working with digital screens, the color #D375A8 is rendered by mixing light. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(211, 117, 168).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 45% M, 20% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D375A8
RGB211, 117, 168
HSL327.4°, 51.6%, 64.3%
CMYK0%, 45%, 20%, 17%
HSV327.4°, 44.5%, 82.7%
LAB61.1, 43.1, -11.0
XYZ40.3, 29.4, 40.6
Decimal13858216
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.05:1
Text on #FFFFFF
AA Large
6.88:1
Text on #000000
AA
2.92:1
Text on #F8FAFC
FAIL
5.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D375A8;
}
.text-color {
color: #D375A8;
}
.border-color {
border: 2px solid #D375A8;
}