#eabdbb
a light, vivid red · warm · closest name: pink
RGB
234, 189, 187
HSL
3°, 53%, 83%
CMYK
0, 19, 20, 8
Luminance
0.5748
Every format
| HEX | #eabdbb |
| RGB | rgb(234, 189, 187) |
| HSL | hsl(3, 53%, 83%) |
| CMYK | cmyk(0%, 19%, 20%, 8%) |
| LAB | lab(80.5 15.8 7.1) |
| LCH | lch(80.5 17.3 24.3) |
| OKLCH | oklch(0.837 0.052 21.2) |
Copy-ready code
/* CSS */
color: #eabdbb;
background-color: #eabdbb;
/* Tailwind (arbitrary) */
class="text-[#eabdbb] bg-[#eabdbb]"
/* SCSS */
$brand: #eabdbb;
/* SwiftUI */
Color(red: 0.918, green: 0.741, blue: 0.733)
/* Android */
Color.parseColor("#eabdbb")Accessibility — WCAG contrast
Aa
#eabdbb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabdbb on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green74.1%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow20.1%
Key (black)8.2%
Color previews
#eabdbb text on a black background
contrast 12.50:1
Card sample
#eabdbb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabdbb;
Background color
Panel with #eabdbb background
background-color: #eabdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 189, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 189, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabdbb; background: linear-gradient(135deg, #eabdbb, #EADCBB);