#e07eb2
a light, vivid magenta / pink · warm · closest name: plum
RGB
224, 126, 178
HSL
328°, 61%, 69%
CMYK
0, 44, 21, 12
Luminance
0.3398
Every format
| HEX | #e07eb2 |
| RGB | rgb(224, 126, 178) |
| HSL | hsl(328, 61%, 69%) |
| CMYK | cmyk(0%, 44%, 21%, 12%) |
| LAB | lab(65.0 44.3 -10.8) |
| LCH | lch(65.0 45.6 346.4) |
| OKLCH | oklch(0.715 0.135 348.0) |
Copy-ready code
/* CSS */
color: #e07eb2;
background-color: #e07eb2;
/* Tailwind (arbitrary) */
class="text-[#e07eb2] bg-[#e07eb2]"
/* SCSS */
$brand: #e07eb2;
/* SwiftUI */
Color(red: 0.878, green: 0.494, blue: 0.698)
/* Android */
Color.parseColor("#e07eb2")Accessibility — WCAG contrast
Aa
#e07eb2 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e07eb2 on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green49.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow20.5%
Key (black)12.2%
Color previews
#e07eb2 text on a black background
contrast 7.80:1
Card sample
#e07eb2 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e07eb2;
Background color
Panel with #e07eb2 background
background-color: #e07eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e07eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 126, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 126, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e07eb2; background: linear-gradient(135deg, #e07eb2, #E08B7E);