#fdac42
a balanced, electric orange · warm · closest name: orange
RGB
253, 172, 66
HSL
34°, 98%, 63%
CMYK
0, 32, 74, 1
Luminance
0.5078
Every format
| HEX | #fdac42 |
| RGB | rgb(253, 172, 66) |
| HSL | hsl(34, 98%, 63%) |
| CMYK | cmyk(0%, 32%, 74%, 1%) |
| LAB | lab(76.5 20.9 63.7) |
| LCH | lch(76.5 67.0 71.9) |
| OKLCH | oklch(0.805 0.150 69.4) |
Copy-ready code
/* CSS */
color: #fdac42;
background-color: #fdac42;
/* Tailwind (arbitrary) */
class="text-[#fdac42] bg-[#fdac42]"
/* SCSS */
$brand: #fdac42;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.259)
/* Android */
Color.parseColor("#fdac42")Accessibility — WCAG contrast
Aa
#fdac42 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac42 on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow73.9%
Key (black)0.8%
Color previews
#fdac42 text on a black background
contrast 11.16:1
Card sample
#fdac42 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac42;
Background color
Panel with #fdac42 background
background-color: #fdac42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac42; background: linear-gradient(135deg, #fdac42, #D1FD42);