#ebace5
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 172, 229
HSL
306°, 61%, 80%
CMYK
0, 27, 3, 8
Luminance
0.5282
Every format
| HEX | #ebace5 |
| RGB | rgb(235, 172, 229) |
| HSL | hsl(306, 61%, 80%) |
| CMYK | cmyk(0%, 27%, 3%, 8%) |
| LAB | lab(77.8 32.1 -19.5) |
| LCH | lch(77.8 37.6 328.7) |
| OKLCH | oklch(0.821 0.104 329.7) |
Copy-ready code
/* CSS */
color: #ebace5;
background-color: #ebace5;
/* Tailwind (arbitrary) */
class="text-[#ebace5] bg-[#ebace5]"
/* SCSS */
$brand: #ebace5;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.898)
/* Android */
Color.parseColor("#ebace5")Accessibility — WCAG contrast
Aa
#ebace5 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebace5 on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow2.6%
Key (black)7.8%
Color previews
#ebace5 text on a black background
contrast 11.56:1
Card sample
#ebace5 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebace5;
Background color
Panel with #ebace5 background
background-color: #ebace5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebace5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebace5; background: linear-gradient(135deg, #ebace5, #EBACBB);