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