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