#ebacdd
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 172, 221
HSL
313°, 61%, 80%
CMYK
0, 27, 6, 8
Luminance
0.5239
Every format
| HEX | #ebacdd |
| RGB | rgb(235, 172, 221) |
| HSL | hsl(313, 61%, 80%) |
| CMYK | cmyk(0%, 27%, 6%, 8%) |
| LAB | lab(77.5 30.7 -15.6) |
| LCH | lch(77.5 34.4 333.1) |
| OKLCH | oklch(0.818 0.097 334.6) |
Copy-ready code
/* CSS */
color: #ebacdd;
background-color: #ebacdd;
/* Tailwind (arbitrary) */
class="text-[#ebacdd] bg-[#ebacdd]"
/* SCSS */
$brand: #ebacdd;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.867)
/* Android */
Color.parseColor("#ebacdd")Accessibility — WCAG contrast
Aa
#ebacdd on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebacdd on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue86.7%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow6.0%
Key (black)7.8%
Color previews
#ebacdd text on a black background
contrast 11.48:1
Card sample
#ebacdd text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebacdd;
Background color
Panel with #ebacdd background
background-color: #ebacdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebacdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebacdd; background: linear-gradient(135deg, #ebacdd, #EBACB3);