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