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