#ecccce
a pale, vivid red · warm · closest name: pink
RGB
236, 204, 206
HSL
356°, 46%, 86%
CMYK
0, 14, 13, 8
Luminance
0.6547
Every format
| HEX | #ecccce |
| RGB | rgb(236, 204, 206) |
| HSL | hsl(356, 46%, 86%) |
| CMYK | cmyk(0%, 14%, 13%, 8%) |
| LAB | lab(84.7 11.5 3.2) |
| LCH | lch(84.7 12.0 15.3) |
| OKLCH | oklch(0.873 0.036 13.6) |
Copy-ready code
/* CSS */
color: #ecccce;
background-color: #ecccce;
/* Tailwind (arbitrary) */
class="text-[#ecccce] bg-[#ecccce]"
/* SCSS */
$brand: #ecccce;
/* SwiftUI */
Color(red: 0.925, green: 0.800, blue: 0.808)
/* Android */
Color.parseColor("#ecccce")Accessibility — WCAG contrast
Aa
#ecccce on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecccce on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.0%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow12.7%
Key (black)7.5%
Color previews
#ecccce text on a black background
contrast 14.09:1
Card sample
#ecccce text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecccce;
Background color
Panel with #ecccce background
background-color: #ecccce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecccce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 204, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 204, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecccce; background: linear-gradient(135deg, #ecccce, #ECDFCC);