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