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