#e3ccdf
a light, soft magenta / pink · warm · closest name: lavender
RGB
227, 204, 223
HSL
310°, 29%, 85%
CMYK
0, 10, 2, 11
Luminance
0.6484
Every format
| HEX | #e3ccdf |
| RGB | rgb(227, 204, 223) |
| HSL | hsl(310, 29%, 85%) |
| CMYK | cmyk(0%, 10%, 2%, 11%) |
| LAB | lab(84.4 11.3 -6.5) |
| LCH | lch(84.4 13.0 330.2) |
| OKLCH | oklch(0.870 0.036 331.6) |
Copy-ready code
/* CSS */
color: #e3ccdf;
background-color: #e3ccdf;
/* Tailwind (arbitrary) */
class="text-[#e3ccdf] bg-[#e3ccdf]"
/* SCSS */
$brand: #e3ccdf;
/* SwiftUI */
Color(red: 0.890, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#e3ccdf")Accessibility — WCAG contrast
Aa
#e3ccdf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3ccdf on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green80.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow1.8%
Key (black)11.0%
Color previews
#e3ccdf text on a black background
contrast 13.97:1
Card sample
#e3ccdf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3ccdf;
Background color
Panel with #e3ccdf background
background-color: #e3ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3ccdf; background: linear-gradient(135deg, #e3ccdf, #E3CCD0);