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