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