#eabeb4
a light, vivid red · warm · closest name: pink
RGB
234, 190, 180
HSL
11°, 56%, 81%
CMYK
0, 19, 23, 8
Luminance
0.5761
Every format
| HEX | #eabeb4 |
| RGB | rgb(234, 190, 180) |
| HSL | hsl(11, 56%, 81%) |
| CMYK | cmyk(0%, 19%, 23%, 8%) |
| LAB | lab(80.5 14.3 11.0) |
| LCH | lch(80.5 18.0 37.7) |
| OKLCH | oklch(0.838 0.053 33.0) |
Copy-ready code
/* CSS */
color: #eabeb4;
background-color: #eabeb4;
/* Tailwind (arbitrary) */
class="text-[#eabeb4] bg-[#eabeb4]"
/* SCSS */
$brand: #eabeb4;
/* SwiftUI */
Color(red: 0.918, green: 0.745, blue: 0.706)
/* Android */
Color.parseColor("#eabeb4")Accessibility — WCAG contrast
Aa
#eabeb4 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabeb4 on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green74.5%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow23.1%
Key (black)8.2%
Color previews
#eabeb4 text on a black background
contrast 12.52:1
Card sample
#eabeb4 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabeb4;
Background color
Panel with #eabeb4 background
background-color: #eabeb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabeb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 190, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 190, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabeb4; background: linear-gradient(135deg, #eabeb4, #EAE2B4);