#ebc0df
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 192, 223
HSL
317°, 52%, 84%
CMYK
0, 18, 5, 8
Luminance
0.6069
Every format
| HEX | #ebc0df |
| RGB | rgb(235, 192, 223) |
| HSL | hsl(317, 52%, 84%) |
| CMYK | cmyk(0%, 18%, 5%, 8%) |
| LAB | lab(82.2 20.4 -9.6) |
| LCH | lch(82.2 22.6 334.7) |
| OKLCH | oklch(0.855 0.064 336.3) |
Copy-ready code
/* CSS */
color: #ebc0df;
background-color: #ebc0df;
/* Tailwind (arbitrary) */
class="text-[#ebc0df] bg-[#ebc0df]"
/* SCSS */
$brand: #ebc0df;
/* SwiftUI */
Color(red: 0.922, green: 0.753, blue: 0.875)
/* Android */
Color.parseColor("#ebc0df")Accessibility — WCAG contrast
Aa
#ebc0df on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc0df on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green75.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow5.1%
Key (black)7.8%
Color previews
#ebc0df text on a black background
contrast 13.14:1
Card sample
#ebc0df text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc0df;
Background color
Panel with #ebc0df background
background-color: #ebc0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 192, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 192, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc0df; background: linear-gradient(135deg, #ebc0df, #EBC0C2);