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