#ebadbb
a light, vivid red · warm · closest name: pink
RGB
235, 173, 187
HSL
347°, 61%, 80%
CMYK
0, 26, 20, 8
Luminance
0.5114
Every format
| HEX | #ebadbb |
| RGB | rgb(235, 173, 187) |
| HSL | hsl(347, 61%, 80%) |
| CMYK | cmyk(0%, 26%, 20%, 8%) |
| LAB | lab(76.8 24.7 1.8) |
| LCH | lch(76.8 24.8 4.2) |
| OKLCH | oklch(0.809 0.075 3.9) |
Copy-ready code
/* CSS */
color: #ebadbb;
background-color: #ebadbb;
/* Tailwind (arbitrary) */
class="text-[#ebadbb] bg-[#ebadbb]"
/* SCSS */
$brand: #ebadbb;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#ebadbb")Accessibility — WCAG contrast
Aa
#ebadbb on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebadbb on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow20.4%
Key (black)7.8%
Color previews
#ebadbb text on a black background
contrast 11.23:1
Card sample
#ebadbb text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebadbb;
Background color
Panel with #ebadbb background
background-color: #ebadbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebadbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebadbb; background: linear-gradient(135deg, #ebadbb, #EBC8AD);