#ecab7f
a light, vivid orange · warm · closest name: tan
RGB
236, 171, 127
HSL
24°, 74%, 71%
CMYK
0, 28, 46, 8
Luminance
0.4849
Every format
| HEX | #ecab7f |
| RGB | rgb(236, 171, 127) |
| HSL | hsl(24, 74%, 71%) |
| CMYK | cmyk(0%, 28%, 46%, 8%) |
| LAB | lab(75.1 18.7 32.0) |
| LCH | lch(75.1 37.1 59.7) |
| OKLCH | oklch(0.793 0.096 54.9) |
Copy-ready code
/* CSS */
color: #ecab7f;
background-color: #ecab7f;
/* Tailwind (arbitrary) */
class="text-[#ecab7f] bg-[#ecab7f]"
/* SCSS */
$brand: #ecab7f;
/* SwiftUI */
Color(red: 0.925, green: 0.671, blue: 0.498)
/* Android */
Color.parseColor("#ecab7f")Accessibility — WCAG contrast
Aa
#ecab7f on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecab7f on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green67.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow46.2%
Key (black)7.5%
Color previews
#ecab7f text on a black background
contrast 10.70:1
Card sample
#ecab7f text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecab7f;
Background color
Panel with #ecab7f background
background-color: #ecab7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecab7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 171, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 171, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecab7f; background: linear-gradient(135deg, #ecab7f, #E4EC7F);