#fdb04d
a balanced, electric orange · warm · closest name: orange
RGB
253, 176, 77
HSL
34°, 98%, 65%
CMYK
0, 30, 70, 1
Luminance
0.5247
Every format
| HEX | #fdb04d |
| RGB | rgb(253, 176, 77) |
| HSL | hsl(34, 98%, 65%) |
| CMYK | cmyk(0%, 30%, 70%, 1%) |
| LAB | lab(77.6 19.3 60.1) |
| LCH | lch(77.6 63.1 72.2) |
| OKLCH | oklch(0.814 0.144 69.8) |
Copy-ready code
/* CSS */
color: #fdb04d;
background-color: #fdb04d;
/* Tailwind (arbitrary) */
class="text-[#fdb04d] bg-[#fdb04d]"
/* SCSS */
$brand: #fdb04d;
/* SwiftUI */
Color(red: 0.992, green: 0.690, blue: 0.302)
/* Android */
Color.parseColor("#fdb04d")Accessibility — WCAG contrast
Aa
#fdb04d on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb04d on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.0%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow69.6%
Key (black)0.8%
Color previews
#fdb04d text on a black background
contrast 11.49:1
Card sample
#fdb04d text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb04d;
Background color
Panel with #fdb04d background
background-color: #fdb04d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb04d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 176, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 176, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb04d; background: linear-gradient(135deg, #fdb04d, #D5FD4D);