#eab8ce
a light, vivid magenta / pink · warm · closest name: pink
RGB
234, 184, 206
HSL
334°, 54%, 82%
CMYK
0, 21, 12, 8
Luminance
0.5623
Every format
| HEX | #eab8ce |
| RGB | rgb(234, 184, 206) |
| HSL | hsl(334, 54%, 82%) |
| CMYK | cmyk(0%, 21%, 12%, 8%) |
| LAB | lab(79.8 21.4 -4.2) |
| LCH | lch(79.8 21.8 349.0) |
| OKLCH | oklch(0.834 0.064 350.4) |
Copy-ready code
/* CSS */
color: #eab8ce;
background-color: #eab8ce;
/* Tailwind (arbitrary) */
class="text-[#eab8ce] bg-[#eab8ce]"
/* SCSS */
$brand: #eab8ce;
/* SwiftUI */
Color(red: 0.918, green: 0.722, blue: 0.808)
/* Android */
Color.parseColor("#eab8ce")Accessibility — WCAG contrast
Aa
#eab8ce on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eab8ce on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green72.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta21.4%
Yellow12.0%
Key (black)8.2%
Color previews
#eab8ce text on a black background
contrast 12.25:1
Card sample
#eab8ce text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eab8ce;
Background color
Panel with #eab8ce background
background-color: #eab8ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eab8ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 184, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 184, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eab8ce; background: linear-gradient(135deg, #eab8ce, #EAC3B8);