#E975FF
A light, vivid magenta closely aligning with Mediumorchid.
About #E975FF
At its core, #E975FF is a light and vivid hue. It is closely associated with the named CSS color Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 117, and 255.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 9% cyan and 54% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#E975FF
RGB233, 117, 255
HSL290.4°, 100.0%, 72.9%
CMYK9%, 54%, 0%, 0%
HSV290.4°, 54.1%, 100.0%
LAB67.5, 64.3, -49.7
XYZ58.0, 37.3, 98.7
Decimal15300095
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.45:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E975FF;
}
.text-color {
color: #E975FF;
}
.border-color {
border: 2px solid #E975FF;
}