#E975D3
A light, vivid magenta closely aligning with Orchid.
About #E975D3
The precise color #E975D3 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(233, 117, 211).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 50% magenta, 9% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#E975D3
RGB233, 117, 211
HSL311.4°, 72.5%, 68.6%
CMYK0%, 50%, 9%, 9%
HSV311.4°, 49.8%, 91.4%
LAB65.6, 56.7, -28.3
XYZ51.7, 34.7, 65.6
Decimal15300051
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.95:1
Text on #000000
AAA
2.52:1
Text on #F8FAFC
FAIL
6.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E975D3;
}
.text-color {
color: #E975D3;
}
.border-color {
border: 2px solid #E975D3;
}