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