#eabeb7
a light, vivid red · warm · closest name: pink
RGB
234, 190, 183
HSL
8°, 55%, 82%
CMYK
0, 19, 22, 8
Luminance
0.5774
Every format
| HEX | #eabeb7 |
| RGB | rgb(234, 190, 183) |
| HSL | hsl(8, 55%, 82%) |
| CMYK | cmyk(0%, 19%, 22%, 8%) |
| LAB | lab(80.6 14.7 9.5) |
| LCH | lch(80.6 17.5 32.9) |
| OKLCH | oklch(0.838 0.052 28.7) |
Copy-ready code
/* CSS */
color: #eabeb7;
background-color: #eabeb7;
/* Tailwind (arbitrary) */
class="text-[#eabeb7] bg-[#eabeb7]"
/* SCSS */
$brand: #eabeb7;
/* SwiftUI */
Color(red: 0.918, green: 0.745, blue: 0.718)
/* Android */
Color.parseColor("#eabeb7")Accessibility — WCAG contrast
Aa
#eabeb7 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabeb7 on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green74.5%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow21.8%
Key (black)8.2%
Color previews
#eabeb7 text on a black background
contrast 12.55:1
Card sample
#eabeb7 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabeb7;
Background color
Panel with #eabeb7 background
background-color: #eabeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 190, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 190, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabeb7; background: linear-gradient(135deg, #eabeb7, #EAE0B7);