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