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