#e975af
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 117, 175
HSL
330°, 73%, 69%
CMYK
0, 50, 25, 9
Luminance
0.3314
Every format
| HEX | #e975af |
| RGB | rgb(233, 117, 175) |
| HSL | hsl(330, 73%, 69%) |
| CMYK | cmyk(0%, 50%, 25%, 9%) |
| LAB | lab(64.3 51.3 -9.9) |
| LCH | lch(64.3 52.3 349.0) |
| OKLCH | oklch(0.713 0.157 350.5) |
Copy-ready code
/* CSS */
color: #e975af;
background-color: #e975af;
/* Tailwind (arbitrary) */
class="text-[#e975af] bg-[#e975af]"
/* SCSS */
$brand: #e975af;
/* SwiftUI */
Color(red: 0.914, green: 0.459, blue: 0.686)
/* Android */
Color.parseColor("#e975af")Accessibility — WCAG contrast
Aa
#e975af on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e975af on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green45.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow24.9%
Key (black)8.6%
Color previews
#e975af text on a black background
contrast 7.63:1
Card sample
#e975af text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e975af;
Background color
Panel with #e975af background
background-color: #e975af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e975af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 117, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 117, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e975af; background: linear-gradient(135deg, #e975af, #E98875);