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