#ecad4f
a balanced, electric orange · warm · closest name: peru
RGB
236, 173, 79
HSL
36°, 81%, 62%
CMYK
0, 27, 67, 8
Luminance
0.4828
Every format
| HEX | #ecad4f |
| RGB | rgb(236, 173, 79) |
| HSL | hsl(36, 81%, 62%) |
| CMYK | cmyk(0%, 27%, 67%, 8%) |
| LAB | lab(75.0 13.9 55.9) |
| LCH | lch(75.0 57.6 76.0) |
| OKLCH | oklch(0.790 0.132 74.5) |
Copy-ready code
/* CSS */
color: #ecad4f;
background-color: #ecad4f;
/* Tailwind (arbitrary) */
class="text-[#ecad4f] bg-[#ecad4f]"
/* SCSS */
$brand: #ecad4f;
/* SwiftUI */
Color(red: 0.925, green: 0.678, blue: 0.310)
/* Android */
Color.parseColor("#ecad4f")Accessibility — WCAG contrast
Aa
#ecad4f on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecad4f on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green67.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow66.5%
Key (black)7.5%
Color previews
#ecad4f text on a black background
contrast 10.66:1
Card sample
#ecad4f text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecad4f;
Background color
Panel with #ecad4f background
background-color: #ecad4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecad4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 173, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 173, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecad4f; background: linear-gradient(135deg, #ecad4f, #C2EC4F);