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