#e29eb0
a light, vivid magenta / pink · warm · closest name: pink
RGB
226, 158, 176
HSL
344°, 54%, 75%
CMYK
0, 30, 22, 11
Luminance
0.4376
Every format
| HEX | #e29eb0 |
| RGB | rgb(226, 158, 176) |
| HSL | hsl(344, 54%, 75%) |
| CMYK | cmyk(0%, 30%, 22%, 11%) |
| LAB | lab(72.1 27.8 0.9) |
| LCH | lch(72.1 27.8 1.9) |
| OKLCH | oklch(0.770 0.084 1.9) |
Copy-ready code
/* CSS */
color: #e29eb0;
background-color: #e29eb0;
/* Tailwind (arbitrary) */
class="text-[#e29eb0] bg-[#e29eb0]"
/* SCSS */
$brand: #e29eb0;
/* SwiftUI */
Color(red: 0.886, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#e29eb0")Accessibility — WCAG contrast
Aa
#e29eb0 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e29eb0 on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green62.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta30.1%
Yellow22.1%
Key (black)11.4%
Color previews
#e29eb0 text on a black background
contrast 9.75:1
Card sample
#e29eb0 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e29eb0;
Background color
Panel with #e29eb0 background
background-color: #e29eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e29eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e29eb0; background: linear-gradient(135deg, #e29eb0, #E2B99E);