#eabeb0
a light, vivid red · warm · closest name: pink
RGB
234, 190, 176
HSL
15°, 58%, 80%
CMYK
0, 19, 25, 8
Luminance
0.5745
Every format
| HEX | #eabeb0 |
| RGB | rgb(234, 190, 176) |
| HSL | hsl(15, 58%, 80%) |
| CMYK | cmyk(0%, 19%, 25%, 8%) |
| LAB | lab(80.4 13.7 13.0) |
| LCH | lch(80.4 18.9 43.6) |
| OKLCH | oklch(0.837 0.054 38.4) |
Copy-ready code
/* CSS */
color: #eabeb0;
background-color: #eabeb0;
/* Tailwind (arbitrary) */
class="text-[#eabeb0] bg-[#eabeb0]"
/* SCSS */
$brand: #eabeb0;
/* SwiftUI */
Color(red: 0.918, green: 0.745, blue: 0.690)
/* Android */
Color.parseColor("#eabeb0")Accessibility — WCAG contrast
Aa
#eabeb0 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabeb0 on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green74.5%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow24.8%
Key (black)8.2%
Color previews
#eabeb0 text on a black background
contrast 12.49:1
Card sample
#eabeb0 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabeb0;
Background color
Panel with #eabeb0 background
background-color: #eabeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 190, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 190, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabeb0; background: linear-gradient(135deg, #eabeb0, #EAE5B0);