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