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