#ebc9df
a pale, vivid magenta / pink · warm · closest name: pink
RGB
235, 201, 223
HSL
321°, 46%, 86%
CMYK
0, 15, 5, 8
Luminance
0.6476
Every format
| HEX | #ebc9df |
| RGB | rgb(235, 201, 223) |
| HSL | hsl(321, 46%, 86%) |
| CMYK | cmyk(0%, 15%, 5%, 8%) |
| LAB | lab(84.4 15.6 -6.4) |
| LCH | lch(84.4 16.9 337.6) |
| OKLCH | oklch(0.871 0.048 339.2) |
Copy-ready code
/* CSS */
color: #ebc9df;
background-color: #ebc9df;
/* Tailwind (arbitrary) */
class="text-[#ebc9df] bg-[#ebc9df]"
/* SCSS */
$brand: #ebc9df;
/* SwiftUI */
Color(red: 0.922, green: 0.788, blue: 0.875)
/* Android */
Color.parseColor("#ebc9df")Accessibility — WCAG contrast
Aa
#ebc9df on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc9df on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green78.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow5.1%
Key (black)7.8%
Color previews
#ebc9df text on a black background
contrast 13.95:1
Card sample
#ebc9df text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc9df;
Background color
Panel with #ebc9df background
background-color: #ebc9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 201, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 201, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc9df; background: linear-gradient(135deg, #ebc9df, #EBCAC9);