#edaf49
a balanced, electric orange · warm · closest name: peru
RGB
237, 175, 73
HSL
37°, 82%, 61%
CMYK
0, 26, 69, 7
Luminance
0.4915
Every format
| HEX | #edaf49 |
| RGB | rgb(237, 175, 73) |
| HSL | hsl(37, 82%, 61%) |
| CMYK | cmyk(0%, 26%, 69%, 7%) |
| LAB | lab(75.5 12.9 59.1) |
| LCH | lch(75.5 60.5 77.7) |
| OKLCH | oklch(0.794 0.137 76.7) |
Copy-ready code
/* CSS */
color: #edaf49;
background-color: #edaf49;
/* Tailwind (arbitrary) */
class="text-[#edaf49] bg-[#edaf49]"
/* SCSS */
$brand: #edaf49;
/* SwiftUI */
Color(red: 0.929, green: 0.686, blue: 0.286)
/* Android */
Color.parseColor("#edaf49")Accessibility — WCAG contrast
Aa
#edaf49 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edaf49 on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green68.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow69.2%
Key (black)7.1%
Color previews
#edaf49 text on a black background
contrast 10.83:1
Card sample
#edaf49 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edaf49;
Background color
Panel with #edaf49 background
background-color: #edaf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edaf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 175, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 175, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edaf49; background: linear-gradient(135deg, #edaf49, #BEED49);