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