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