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