#eebdbb
a light, vivid red · warm · closest name: pink
RGB
238, 189, 187
HSL
2°, 60%, 83%
CMYK
0, 21, 21, 7
Luminance
0.5816
Every format
| HEX | #eebdbb |
| RGB | rgb(238, 189, 187) |
| HSL | hsl(2, 60%, 83%) |
| CMYK | cmyk(0%, 21%, 21%, 7%) |
| LAB | lab(80.8 17.3 7.7) |
| LCH | lch(80.8 18.9 24.1) |
| OKLCH | oklch(0.841 0.057 21.1) |
Copy-ready code
/* CSS */
color: #eebdbb;
background-color: #eebdbb;
/* Tailwind (arbitrary) */
class="text-[#eebdbb] bg-[#eebdbb]"
/* SCSS */
$brand: #eebdbb;
/* SwiftUI */
Color(red: 0.933, green: 0.741, blue: 0.733)
/* Android */
Color.parseColor("#eebdbb")Accessibility — WCAG contrast
Aa
#eebdbb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebdbb on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green74.1%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow21.4%
Key (black)6.7%
Color previews
#eebdbb text on a black background
contrast 12.63:1
Card sample
#eebdbb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebdbb;
Background color
Panel with #eebdbb background
background-color: #eebdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 189, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 189, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebdbb; background: linear-gradient(135deg, #eebdbb, #EEDFBB);