#eccddf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
236, 205, 223
HSL
325°, 45%, 87%
CMYK
0, 13, 6, 8
Luminance
0.6682
Every format
| HEX | #eccddf |
| RGB | rgb(236, 205, 223) |
| HSL | hsl(325, 45%, 87%) |
| CMYK | cmyk(0%, 13%, 6%, 8%) |
| LAB | lab(85.4 13.8 -4.9) |
| LCH | lch(85.4 14.7 340.6) |
| OKLCH | oklch(0.879 0.042 342.2) |
Copy-ready code
/* CSS */
color: #eccddf;
background-color: #eccddf;
/* Tailwind (arbitrary) */
class="text-[#eccddf] bg-[#eccddf]"
/* SCSS */
$brand: #eccddf;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#eccddf")Accessibility — WCAG contrast
Aa
#eccddf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccddf on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow5.5%
Key (black)7.5%
Color previews
#eccddf text on a black background
contrast 14.36:1
Card sample
#eccddf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccddf;
Background color
Panel with #eccddf background
background-color: #eccddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccddf; background: linear-gradient(135deg, #eccddf, #ECD0CD);