#ecaf5e
a balanced, electric orange · warm · closest name: peru
RGB
236, 175, 94
HSL
34°, 79%, 65%
CMYK
0, 26, 60, 8
Luminance
0.4930
Every format
| HEX | #ecaf5e |
| RGB | rgb(236, 175, 94) |
| HSL | hsl(34, 79%, 65%) |
| CMYK | cmyk(0%, 26%, 60%, 8%) |
| LAB | lab(75.6 13.8 49.5) |
| LCH | lch(75.6 51.4 74.4) |
| OKLCH | oklch(0.795 0.121 72.3) |
Copy-ready code
/* CSS */
color: #ecaf5e;
background-color: #ecaf5e;
/* Tailwind (arbitrary) */
class="text-[#ecaf5e] bg-[#ecaf5e]"
/* SCSS */
$brand: #ecaf5e;
/* SwiftUI */
Color(red: 0.925, green: 0.686, blue: 0.369)
/* Android */
Color.parseColor("#ecaf5e")Accessibility — WCAG contrast
Aa
#ecaf5e on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecaf5e on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green68.6%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow60.2%
Key (black)7.5%
Color previews
#ecaf5e text on a black background
contrast 10.86:1
Card sample
#ecaf5e text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecaf5e;
Background color
Panel with #ecaf5e background
background-color: #ecaf5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecaf5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 175, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 175, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecaf5e; background: linear-gradient(135deg, #ecaf5e, #CAEC5E);