#ebc6df
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 198, 223
HSL
320°, 48%, 85%
CMYK
0, 16, 5, 8
Luminance
0.6338
Every format
| HEX | #ebc6df |
| RGB | rgb(235, 198, 223) |
| HSL | hsl(320, 48%, 85%) |
| CMYK | cmyk(0%, 16%, 5%, 8%) |
| LAB | lab(83.6 17.2 -7.5) |
| LCH | lch(83.6 18.8 336.4) |
| OKLCH | oklch(0.866 0.053 338.1) |
Copy-ready code
/* CSS */
color: #ebc6df;
background-color: #ebc6df;
/* Tailwind (arbitrary) */
class="text-[#ebc6df] bg-[#ebc6df]"
/* SCSS */
$brand: #ebc6df;
/* SwiftUI */
Color(red: 0.922, green: 0.776, blue: 0.875)
/* Android */
Color.parseColor("#ebc6df")Accessibility — WCAG contrast
Aa
#ebc6df on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc6df on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green77.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow5.1%
Key (black)7.8%
Color previews
#ebc6df text on a black background
contrast 13.68:1
Card sample
#ebc6df text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc6df;
Background color
Panel with #ebc6df background
background-color: #ebc6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 198, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 198, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc6df; background: linear-gradient(135deg, #ebc6df, #EBC6C6);