#ebadb1
a light, vivid red · warm · closest name: pink
RGB
235, 173, 177
HSL
356°, 61%, 80%
CMYK
0, 26, 25, 8
Luminance
0.5072
Every format
| HEX | #ebadb1 |
| RGB | rgb(235, 173, 177) |
| HSL | hsl(356, 61%, 80%) |
| CMYK | cmyk(0%, 26%, 25%, 8%) |
| LAB | lab(76.5 23.2 6.9) |
| LCH | lch(76.5 24.2 16.5) |
| OKLCH | oklch(0.806 0.073 14.5) |
Copy-ready code
/* CSS */
color: #ebadb1;
background-color: #ebadb1;
/* Tailwind (arbitrary) */
class="text-[#ebadb1] bg-[#ebadb1]"
/* SCSS */
$brand: #ebadb1;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.694)
/* Android */
Color.parseColor("#ebadb1")Accessibility — WCAG contrast
Aa
#ebadb1 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebadb1 on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow24.7%
Key (black)7.8%
Color previews
#ebadb1 text on a black background
contrast 11.14:1
Card sample
#ebadb1 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebadb1;
Background color
Panel with #ebadb1 background
background-color: #ebadb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebadb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebadb1; background: linear-gradient(135deg, #ebadb1, #EBD2AD);