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