#fdb02f
a balanced, electric orange · warm · closest name: orange
RGB
253, 176, 47
HSL
38°, 98%, 59%
CMYK
0, 30, 81, 1
Luminance
0.5214
Every format
| HEX | #fdb02f |
| RGB | rgb(253, 176, 47) |
| HSL | hsl(38, 98%, 59%) |
| CMYK | cmyk(0%, 30%, 81%, 1%) |
| LAB | lab(77.4 18.1 71.4) |
| LCH | lch(77.4 73.7 75.8) |
| OKLCH | oklch(0.811 0.159 74.5) |
Copy-ready code
/* CSS */
color: #fdb02f;
background-color: #fdb02f;
/* Tailwind (arbitrary) */
class="text-[#fdb02f] bg-[#fdb02f]"
/* SCSS */
$brand: #fdb02f;
/* SwiftUI */
Color(red: 0.992, green: 0.690, blue: 0.184)
/* Android */
Color.parseColor("#fdb02f")Accessibility — WCAG contrast
Aa
#fdb02f on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb02f on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow81.4%
Key (black)0.8%
Color previews
#fdb02f text on a black background
contrast 11.43:1
Card sample
#fdb02f text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb02f;
Background color
Panel with #fdb02f background
background-color: #fdb02f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb02f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 176, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 176, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb02f; background: linear-gradient(135deg, #fdb02f, #C1FD2F);