#e5ccdf
a light, soft magenta / pink · warm · closest name: lavender
RGB
229, 204, 223
HSL
314°, 33%, 85%
CMYK
0, 11, 3, 10
Luminance
0.6517
Every format
| HEX | #e5ccdf |
| RGB | rgb(229, 204, 223) |
| HSL | hsl(314, 33%, 85%) |
| CMYK | cmyk(0%, 11%, 3%, 10%) |
| LAB | lab(84.6 12.0 -6.2) |
| LCH | lch(84.6 13.5 332.7) |
| OKLCH | oklch(0.872 0.038 334.2) |
Copy-ready code
/* CSS */
color: #e5ccdf;
background-color: #e5ccdf;
/* Tailwind (arbitrary) */
class="text-[#e5ccdf] bg-[#e5ccdf]"
/* SCSS */
$brand: #e5ccdf;
/* SwiftUI */
Color(red: 0.898, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#e5ccdf")Accessibility — WCAG contrast
Aa
#e5ccdf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ccdf on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green80.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow2.6%
Key (black)10.2%
Color previews
#e5ccdf text on a black background
contrast 14.03:1
Card sample
#e5ccdf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ccdf;
Background color
Panel with #e5ccdf background
background-color: #e5ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ccdf; background: linear-gradient(135deg, #e5ccdf, #E5CCCE);