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