#fdab2d
a balanced, electric orange · warm · closest name: orange
RGB
253, 171, 45
HSL
36°, 98%, 58%
CMYK
0, 32, 82, 1
Luminance
0.5020
Every format
| HEX | #fdab2d |
| RGB | rgb(253, 171, 45) |
| HSL | hsl(36, 98%, 58%) |
| CMYK | cmyk(0%, 32%, 82%, 1%) |
| LAB | lab(76.2 20.6 71.0) |
| LCH | lch(76.2 74.0 73.8) |
| OKLCH | oklch(0.802 0.160 71.8) |
Copy-ready code
/* CSS */
color: #fdab2d;
background-color: #fdab2d;
/* Tailwind (arbitrary) */
class="text-[#fdab2d] bg-[#fdab2d]"
/* SCSS */
$brand: #fdab2d;
/* SwiftUI */
Color(red: 0.992, green: 0.671, blue: 0.176)
/* Android */
Color.parseColor("#fdab2d")Accessibility — WCAG contrast
Aa
#fdab2d on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdab2d on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.1%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow82.2%
Key (black)0.8%
Color previews
#fdab2d text on a black background
contrast 11.04:1
Card sample
#fdab2d text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdab2d;
Background color
Panel with #fdab2d background
background-color: #fdab2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdab2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 171, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 171, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdab2d; background: linear-gradient(135deg, #fdab2d, #C4FD2D);