#ecaf7c
a light, vivid orange · warm · closest name: tan
RGB
236, 175, 124
HSL
27°, 75%, 71%
CMYK
0, 26, 48, 8
Luminance
0.4995
Every format
| HEX | #ecaf7c |
| RGB | rgb(236, 175, 124) |
| HSL | hsl(27, 75%, 71%) |
| CMYK | cmyk(0%, 26%, 48%, 8%) |
| LAB | lab(76.0 16.3 34.8) |
| LCH | lch(76.0 38.4 64.9) |
| OKLCH | oklch(0.799 0.098 60.6) |
Copy-ready code
/* CSS */
color: #ecaf7c;
background-color: #ecaf7c;
/* Tailwind (arbitrary) */
class="text-[#ecaf7c] bg-[#ecaf7c]"
/* SCSS */
$brand: #ecaf7c;
/* SwiftUI */
Color(red: 0.925, green: 0.686, blue: 0.486)
/* Android */
Color.parseColor("#ecaf7c")Accessibility — WCAG contrast
Aa
#ecaf7c on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecaf7c on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green68.6%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow47.5%
Key (black)7.5%
Color previews
#ecaf7c text on a black background
contrast 10.99:1
Card sample
#ecaf7c text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecaf7c;
Background color
Panel with #ecaf7c background
background-color: #ecaf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecaf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 175, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 175, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecaf7c; background: linear-gradient(135deg, #ecaf7c, #DEEC7C);