#fda939
a balanced, electric orange · warm · closest name: orange
RGB
253, 169, 57
HSL
34°, 98%, 61%
CMYK
0, 33, 78, 1
Luminance
0.4955
Every format
| HEX | #fda939 |
| RGB | rgb(253, 169, 57) |
| HSL | hsl(34, 98%, 61%) |
| CMYK | cmyk(0%, 33%, 78%, 1%) |
| LAB | lab(75.8 22.1 66.5) |
| LCH | lch(75.8 70.1 71.6) |
| OKLCH | oklch(0.799 0.155 69.1) |
Copy-ready code
/* CSS */
color: #fda939;
background-color: #fda939;
/* Tailwind (arbitrary) */
class="text-[#fda939] bg-[#fda939]"
/* SCSS */
$brand: #fda939;
/* SwiftUI */
Color(red: 0.992, green: 0.663, blue: 0.224)
/* Android */
Color.parseColor("#fda939")Accessibility — WCAG contrast
Aa
#fda939 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda939 on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow77.5%
Key (black)0.8%
Color previews
#fda939 text on a black background
contrast 10.91:1
Card sample
#fda939 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda939;
Background color
Panel with #fda939 background
background-color: #fda939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 169, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 169, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda939; background: linear-gradient(135deg, #fda939, #CEFD39);