#ecccdf
a pale, vivid magenta / pink · warm · closest name: pink
RGB
236, 204, 223
HSL
324°, 46%, 86%
CMYK
0, 14, 6, 8
Luminance
0.6635
Every format
| HEX | #ecccdf |
| RGB | rgb(236, 204, 223) |
| HSL | hsl(324, 46%, 86%) |
| CMYK | cmyk(0%, 14%, 6%, 8%) |
| LAB | lab(85.2 14.4 -5.2) |
| LCH | lch(85.2 15.3 340.0) |
| OKLCH | oklch(0.878 0.044 341.6) |
Copy-ready code
/* CSS */
color: #ecccdf;
background-color: #ecccdf;
/* Tailwind (arbitrary) */
class="text-[#ecccdf] bg-[#ecccdf]"
/* SCSS */
$brand: #ecccdf;
/* SwiftUI */
Color(red: 0.925, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#ecccdf")Accessibility — WCAG contrast
Aa
#ecccdf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecccdf on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow5.5%
Key (black)7.5%
Color previews
#ecccdf text on a black background
contrast 14.27:1
Card sample
#ecccdf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecccdf;
Background color
Panel with #ecccdf background
background-color: #ecccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecccdf; background: linear-gradient(135deg, #ecccdf, #ECCECC);