#ecaf5b
a balanced, electric orange · warm · closest name: peru
RGB
236, 175, 91
HSL
35°, 79%, 64%
CMYK
0, 26, 61, 8
Luminance
0.4925
Every format
| HEX | #ecaf5b |
| RGB | rgb(236, 175, 91) |
| HSL | hsl(35, 79%, 64%) |
| CMYK | cmyk(0%, 26%, 61%, 8%) |
| LAB | lab(75.6 13.6 50.9) |
| LCH | lch(75.6 52.7 75.1) |
| OKLCH | oklch(0.795 0.123 73.1) |
Copy-ready code
/* CSS */
color: #ecaf5b;
background-color: #ecaf5b;
/* Tailwind (arbitrary) */
class="text-[#ecaf5b] bg-[#ecaf5b]"
/* SCSS */
$brand: #ecaf5b;
/* SwiftUI */
Color(red: 0.925, green: 0.686, blue: 0.357)
/* Android */
Color.parseColor("#ecaf5b")Accessibility — WCAG contrast
Aa
#ecaf5b on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecaf5b on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green68.6%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow61.4%
Key (black)7.5%
Color previews
#ecaf5b text on a black background
contrast 10.85:1
Card sample
#ecaf5b text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecaf5b;
Background color
Panel with #ecaf5b background
background-color: #ecaf5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecaf5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 175, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 175, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecaf5b; background: linear-gradient(135deg, #ecaf5b, #C8EC5B);