#fda437
a balanced, electric orange · warm · closest name: orange
RGB
253, 164, 55
HSL
33°, 98%, 60%
CMYK
0, 35, 78, 1
Luminance
0.4771
Every format
| HEX | #fda437 |
| RGB | rgb(253, 164, 55) |
| HSL | hsl(33, 98%, 60%) |
| CMYK | cmyk(0%, 35%, 78%, 1%) |
| LAB | lab(74.6 24.6 66.2) |
| LCH | lch(74.6 70.6 69.6) |
| OKLCH | oklch(0.790 0.157 66.5) |
Copy-ready code
/* CSS */
color: #fda437;
background-color: #fda437;
/* Tailwind (arbitrary) */
class="text-[#fda437] bg-[#fda437]"
/* SCSS */
$brand: #fda437;
/* SwiftUI */
Color(red: 0.992, green: 0.643, blue: 0.216)
/* Android */
Color.parseColor("#fda437")Accessibility — WCAG contrast
Aa
#fda437 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda437 on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.3%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta35.2%
Yellow78.3%
Key (black)0.8%
Color previews
#fda437 text on a black background
contrast 10.54:1
Card sample
#fda437 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda437;
Background color
Panel with #fda437 background
background-color: #fda437;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda437;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 164, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 164, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda437; background: linear-gradient(135deg, #fda437, #D2FD37);