#ebace9
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 172, 233
HSL
302°, 61%, 80%
CMYK
0, 27, 1, 8
Luminance
0.5305
Every format
| HEX | #ebace9 |
| RGB | rgb(235, 172, 233) |
| HSL | hsl(302, 61%, 80%) |
| CMYK | cmyk(0%, 27%, 1%, 8%) |
| LAB | lab(77.9 32.8 -21.5) |
| LCH | lch(77.9 39.3 326.8) |
| OKLCH | oklch(0.822 0.108 327.6) |
Copy-ready code
/* CSS */
color: #ebace9;
background-color: #ebace9;
/* Tailwind (arbitrary) */
class="text-[#ebace9] bg-[#ebace9]"
/* SCSS */
$brand: #ebace9;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.914)
/* Android */
Color.parseColor("#ebace9")Accessibility — WCAG contrast
Aa
#ebace9 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebace9 on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow0.9%
Key (black)7.8%
Color previews
#ebace9 text on a black background
contrast 11.61:1
Card sample
#ebace9 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebace9;
Background color
Panel with #ebace9 background
background-color: #ebace9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebace9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebace9; background: linear-gradient(135deg, #ebace9, #EBACBF);