#e5c2df
a light, soft magenta / pink · warm · closest name: pink
RGB
229, 194, 223
HSL
310°, 40%, 83%
CMYK
0, 15, 3, 10
Luminance
0.6057
Every format
| HEX | #e5c2df |
| RGB | rgb(229, 194, 223) |
| HSL | hsl(310, 40%, 83%) |
| CMYK | cmyk(0%, 15%, 3%, 10%) |
| LAB | lab(82.2 17.3 -9.8) |
| LCH | lch(82.2 19.9 330.5) |
| OKLCH | oklch(0.853 0.055 331.8) |
Copy-ready code
/* CSS */
color: #e5c2df;
background-color: #e5c2df;
/* Tailwind (arbitrary) */
class="text-[#e5c2df] bg-[#e5c2df]"
/* SCSS */
$brand: #e5c2df;
/* SwiftUI */
Color(red: 0.898, green: 0.761, blue: 0.875)
/* Android */
Color.parseColor("#e5c2df")Accessibility — WCAG contrast
Aa
#e5c2df on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5c2df on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green76.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow2.6%
Key (black)10.2%
Color previews
#e5c2df text on a black background
contrast 13.11:1
Card sample
#e5c2df text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5c2df;
Background color
Panel with #e5c2df background
background-color: #e5c2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5c2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 194, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 194, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5c2df; background: linear-gradient(135deg, #e5c2df, #E5C2C8);