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