#fda021
a balanced, electric orange · warm · closest name: orange
RGB
253, 160, 33
HSL
35°, 98%, 56%
CMYK
0, 37, 87, 1
Luminance
0.4613
Every format
| HEX | #fda021 |
| RGB | rgb(253, 160, 33) |
| HSL | hsl(35, 98%, 56%) |
| CMYK | cmyk(0%, 37%, 87%, 1%) |
| LAB | lab(73.6 26.1 72.4) |
| LCH | lch(73.6 77.0 70.2) |
| OKLCH | oklch(0.782 0.165 67.0) |
Copy-ready code
/* CSS */
color: #fda021;
background-color: #fda021;
/* Tailwind (arbitrary) */
class="text-[#fda021] bg-[#fda021]"
/* SCSS */
$brand: #fda021;
/* SwiftUI */
Color(red: 0.992, green: 0.627, blue: 0.129)
/* Android */
Color.parseColor("#fda021")Accessibility — WCAG contrast
Aa
#fda021 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda021 on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow87.0%
Key (black)0.8%
Color previews
#fda021 text on a black background
contrast 10.23:1
Card sample
#fda021 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda021;
Background color
Panel with #fda021 background
background-color: #fda021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 160, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 160, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda021; background: linear-gradient(135deg, #fda021, #C7FD21);