#ebacbf
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 172, 191
HSL
342°, 61%, 80%
CMYK
0, 27, 19, 8
Luminance
0.5093
Every format
| HEX | #ebacbf |
| RGB | rgb(235, 172, 191) |
| HSL | hsl(342, 61%, 80%) |
| CMYK | cmyk(0%, 27%, 19%, 8%) |
| LAB | lab(76.6 25.8 -0.6) |
| LCH | lch(76.6 25.8 358.8) |
| OKLCH | oklch(0.808 0.077 359.2) |
Copy-ready code
/* CSS */
color: #ebacbf;
background-color: #ebacbf;
/* Tailwind (arbitrary) */
class="text-[#ebacbf] bg-[#ebacbf]"
/* SCSS */
$brand: #ebacbf;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.749)
/* Android */
Color.parseColor("#ebacbf")Accessibility — WCAG contrast
Aa
#ebacbf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebacbf on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow18.7%
Key (black)7.8%
Color previews
#ebacbf text on a black background
contrast 11.19:1
Card sample
#ebacbf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebacbf;
Background color
Panel with #ebacbf background
background-color: #ebacbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebacbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebacbf; background: linear-gradient(135deg, #ebacbf, #EBC3AC);