#fda039
a balanced, electric orange · warm · closest name: orange
RGB
253, 160, 57
HSL
32°, 98%, 61%
CMYK
0, 37, 78, 1
Luminance
0.4632
Every format
| HEX | #fda039 |
| RGB | rgb(253, 160, 57) |
| HSL | hsl(32, 98%, 61%) |
| CMYK | cmyk(0%, 37%, 78%, 1%) |
| LAB | lab(73.8 26.8 64.6) |
| LCH | lch(73.8 69.9 67.5) |
| OKLCH | oklch(0.784 0.157 63.8) |
Copy-ready code
/* CSS */
color: #fda039;
background-color: #fda039;
/* Tailwind (arbitrary) */
class="text-[#fda039] bg-[#fda039]"
/* SCSS */
$brand: #fda039;
/* SwiftUI */
Color(red: 0.992, green: 0.627, blue: 0.224)
/* Android */
Color.parseColor("#fda039")Accessibility — WCAG contrast
Aa
#fda039 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda039 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow77.5%
Key (black)0.8%
Color previews
#fda039 text on a black background
contrast 10.26:1
Card sample
#fda039 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda039;
Background color
Panel with #fda039 background
background-color: #fda039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 160, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 160, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda039; background: linear-gradient(135deg, #fda039, #D7FD39);