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