#eccabf
a light, vivid red · warm · closest name: pink
RGB
236, 202, 191
HSL
15°, 54%, 84%
CMYK
0, 14, 19, 8
Luminance
0.6384
Every format
| HEX | #eccabf |
| RGB | rgb(236, 202, 191) |
| HSL | hsl(15, 54%, 84%) |
| CMYK | cmyk(0%, 14%, 19%, 8%) |
| LAB | lab(83.9 10.3 9.9) |
| LCH | lch(83.9 14.3 44.0) |
| OKLCH | oklch(0.865 0.042 38.7) |
Copy-ready code
/* CSS */
color: #eccabf;
background-color: #eccabf;
/* Tailwind (arbitrary) */
class="text-[#eccabf] bg-[#eccabf]"
/* SCSS */
$brand: #eccabf;
/* SwiftUI */
Color(red: 0.925, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#eccabf")Accessibility — WCAG contrast
Aa
#eccabf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccabf on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow19.1%
Key (black)7.5%
Color previews
#eccabf text on a black background
contrast 13.77:1
Card sample
#eccabf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccabf;
Background color
Panel with #eccabf background
background-color: #eccabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccabf; background: linear-gradient(135deg, #eccabf, #ECE8BF);