#ebadcb
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 173, 203
HSL
331°, 61%, 80%
CMYK
0, 26, 14, 8
Luminance
0.5186
Every format
| HEX | #ebadcb |
| RGB | rgb(235, 173, 203) |
| HSL | hsl(331, 61%, 80%) |
| CMYK | cmyk(0%, 26%, 14%, 8%) |
| LAB | lab(77.2 27.2 -6.3) |
| LCH | lch(77.2 27.9 347.0) |
| OKLCH | oklch(0.814 0.082 348.5) |
Copy-ready code
/* CSS */
color: #ebadcb;
background-color: #ebadcb;
/* Tailwind (arbitrary) */
class="text-[#ebadcb] bg-[#ebadcb]"
/* SCSS */
$brand: #ebadcb;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.796)
/* Android */
Color.parseColor("#ebadcb")Accessibility — WCAG contrast
Aa
#ebadcb on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebadcb on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow13.6%
Key (black)7.8%
Color previews
#ebadcb text on a black background
contrast 11.37:1
Card sample
#ebadcb text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebadcb;
Background color
Panel with #ebadcb background
background-color: #ebadcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebadcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebadcb; background: linear-gradient(135deg, #ebadcb, #EBB8AD);