#E975AF
A light, vivid magenta closely aligning with Palevioletred.
About #E975AF
At its core, #E975AF is a light and vivid hue. It is closely associated with the named CSS color Palevioletred. This translates to an RGB value of rgb(233, 117, 175).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 50% Magenta, 25% Yellow, and 9% Black. With a hue angle of 330.0 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E975AF
RGB233, 117, 175
HSL330.0°, 72.5%, 68.6%
CMYK0%, 50%, 25%, 9%
HSV330.0°, 49.8%, 91.4%
LAB64.3, 51.3, -9.9
XYZ47.7, 33.1, 44.4
Decimal15300015
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.63:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E975AF;
}
.text-color {
color: #E975AF;
}
.border-color {
border: 2px solid #E975AF;
}