#e97eb3
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 126, 179
HSL
330°, 71%, 70%
CMYK
0, 46, 23, 9
Luminance
0.3550
Every format
| HEX | #e97eb3 |
| RGB | rgb(233, 126, 179) |
| HSL | hsl(330, 71%, 70%) |
| CMYK | cmyk(0%, 46%, 23%, 9%) |
| LAB | lab(66.1 47.4 -9.4) |
| LCH | lch(66.1 48.4 348.8) |
| OKLCH | oklch(0.727 0.144 350.3) |
Copy-ready code
/* CSS */
color: #e97eb3;
background-color: #e97eb3;
/* Tailwind (arbitrary) */
class="text-[#e97eb3] bg-[#e97eb3]"
/* SCSS */
$brand: #e97eb3;
/* SwiftUI */
Color(red: 0.914, green: 0.494, blue: 0.702)
/* Android */
Color.parseColor("#e97eb3")Accessibility — WCAG contrast
Aa
#e97eb3 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e97eb3 on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green49.4%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow23.2%
Key (black)8.6%
Color previews
#e97eb3 text on a black background
contrast 8.10:1
Card sample
#e97eb3 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e97eb3;
Background color
Panel with #e97eb3 background
background-color: #e97eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e97eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 126, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 126, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e97eb3; background: linear-gradient(135deg, #e97eb3, #E9907E);