#e3c2df
a light, soft magenta / pink · warm · closest name: pink
RGB
227, 194, 223
HSL
307°, 37%, 83%
CMYK
0, 15, 2, 11
Luminance
0.6024
Every format
| HEX | #e3c2df |
| RGB | rgb(227, 194, 223) |
| HSL | hsl(307, 37%, 83%) |
| CMYK | cmyk(0%, 15%, 2%, 11%) |
| LAB | lab(82.0 16.6 -10.1) |
| LCH | lch(82.0 19.4 328.8) |
| OKLCH | oklch(0.851 0.054 330.0) |
Copy-ready code
/* CSS */
color: #e3c2df;
background-color: #e3c2df;
/* Tailwind (arbitrary) */
class="text-[#e3c2df] bg-[#e3c2df]"
/* SCSS */
$brand: #e3c2df;
/* SwiftUI */
Color(red: 0.890, green: 0.761, blue: 0.875)
/* Android */
Color.parseColor("#e3c2df")Accessibility — WCAG contrast
Aa
#e3c2df on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3c2df on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green76.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow1.8%
Key (black)11.0%
Color previews
#e3c2df text on a black background
contrast 13.05:1
Card sample
#e3c2df text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3c2df;
Background color
Panel with #e3c2df background
background-color: #e3c2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3c2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 194, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 194, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3c2df; background: linear-gradient(135deg, #e3c2df, #E3C2C9);