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