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