#e3c5df
a light, soft magenta / pink · warm · closest name: lavender
RGB
227, 197, 223
HSL
308°, 35%, 83%
CMYK
0, 13, 2, 11
Luminance
0.6159
Every format
| HEX | #e3c5df |
| RGB | rgb(227, 197, 223) |
| HSL | hsl(308, 35%, 83%) |
| CMYK | cmyk(0%, 13%, 2%, 11%) |
| LAB | lab(82.7 15.0 -9.0) |
| LCH | lch(82.7 17.5 329.1) |
| OKLCH | oklch(0.857 0.048 330.4) |
Copy-ready code
/* CSS */
color: #e3c5df;
background-color: #e3c5df;
/* Tailwind (arbitrary) */
class="text-[#e3c5df] bg-[#e3c5df]"
/* SCSS */
$brand: #e3c5df;
/* SwiftUI */
Color(red: 0.890, green: 0.773, blue: 0.875)
/* Android */
Color.parseColor("#e3c5df")Accessibility — WCAG contrast
Aa
#e3c5df on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3c5df on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green77.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow1.8%
Key (black)11.0%
Color previews
#e3c5df text on a black background
contrast 13.32:1
Card sample
#e3c5df text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3c5df;
Background color
Panel with #e3c5df background
background-color: #e3c5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3c5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 197, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 197, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3c5df; background: linear-gradient(135deg, #e3c5df, #E3C5CB);