#eda430
a balanced, electric orange · warm · closest name: orange
RGB
237, 164, 48
HSL
37°, 84%, 56%
CMYK
0, 31, 80, 7
Luminance
0.4477
Every format
| HEX | #eda430 |
| RGB | rgb(237, 164, 48) |
| HSL | hsl(37, 84%, 56%) |
| CMYK | cmyk(0%, 31%, 80%, 7%) |
| LAB | lab(72.7 17.7 66.3) |
| LCH | lch(72.7 68.6 75.1) |
| OKLCH | oklch(0.771 0.149 73.5) |
Copy-ready code
/* CSS */
color: #eda430;
background-color: #eda430;
/* Tailwind (arbitrary) */
class="text-[#eda430] bg-[#eda430]"
/* SCSS */
$brand: #eda430;
/* SwiftUI */
Color(red: 0.929, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#eda430")Accessibility — WCAG contrast
Aa
#eda430 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eda430 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green64.3%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow79.7%
Key (black)7.1%
Color previews
#eda430 text on a black background
contrast 9.95:1
Card sample
#eda430 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eda430;
Background color
Panel with #eda430 background
background-color: #eda430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eda430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eda430; background: linear-gradient(135deg, #eda430, #B8ED30);