#ecaf9c
a light, vivid red · warm · closest name: tan
RGB
236, 175, 156
HSL
14°, 68%, 77%
CMYK
0, 26, 34, 8
Luminance
0.5089
Every format
| HEX | #ecaf9c |
| RGB | rgb(236, 175, 156) |
| HSL | hsl(14, 68%, 77%) |
| CMYK | cmyk(0%, 26%, 34%, 8%) |
| LAB | lab(76.6 19.8 18.5) |
| LCH | lch(76.6 27.1 43.1) |
| OKLCH | oklch(0.806 0.077 38.0) |
Copy-ready code
/* CSS */
color: #ecaf9c;
background-color: #ecaf9c;
/* Tailwind (arbitrary) */
class="text-[#ecaf9c] bg-[#ecaf9c]"
/* SCSS */
$brand: #ecaf9c;
/* SwiftUI */
Color(red: 0.925, green: 0.686, blue: 0.612)
/* Android */
Color.parseColor("#ecaf9c")Accessibility — WCAG contrast
Aa
#ecaf9c on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecaf9c on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green68.6%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow33.9%
Key (black)7.5%
Color previews
#ecaf9c text on a black background
contrast 11.18:1
Card sample
#ecaf9c text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecaf9c;
Background color
Panel with #ecaf9c background
background-color: #ecaf9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecaf9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 175, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 175, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecaf9c; background: linear-gradient(135deg, #ecaf9c, #ECE49C);