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