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