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