#eccacf
a pale, vivid red · warm · closest name: pink
RGB
236, 202, 207
HSL
351°, 47%, 86%
CMYK
0, 14, 12, 8
Luminance
0.6458
Every format
| HEX | #eccacf |
| RGB | rgb(236, 202, 207) |
| HSL | hsl(351, 47%, 86%) |
| CMYK | cmyk(0%, 14%, 12%, 8%) |
| LAB | lab(84.3 12.8 2.0) |
| LCH | lch(84.3 12.9 8.7) |
| OKLCH | oklch(0.869 0.039 7.9) |
Copy-ready code
/* CSS */
color: #eccacf;
background-color: #eccacf;
/* Tailwind (arbitrary) */
class="text-[#eccacf] bg-[#eccacf]"
/* SCSS */
$brand: #eccacf;
/* SwiftUI */
Color(red: 0.925, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#eccacf")Accessibility — WCAG contrast
Aa
#eccacf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccacf on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow12.3%
Key (black)7.5%
Color previews
#eccacf text on a black background
contrast 13.92:1
Card sample
#eccacf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccacf;
Background color
Panel with #eccacf background
background-color: #eccacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccacf; background: linear-gradient(135deg, #eccacf, #ECDCCA);