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