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