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