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