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