#fdbc49
a balanced, electric orange · warm · closest name: orange
RGB
253, 188, 73
HSL
38°, 98%, 64%
CMYK
0, 26, 71, 1
Luminance
0.5733
Every format
| HEX | #fdbc49 |
| RGB | rgb(253, 188, 73) |
| HSL | hsl(38, 98%, 64%) |
| CMYK | cmyk(0%, 26%, 71%, 1%) |
| LAB | lab(80.4 12.8 64.7) |
| LCH | lch(80.4 65.9 78.8) |
| OKLCH | oklch(0.836 0.147 78.2) |
Copy-ready code
/* CSS */
color: #fdbc49;
background-color: #fdbc49;
/* Tailwind (arbitrary) */
class="text-[#fdbc49] bg-[#fdbc49]"
/* SCSS */
$brand: #fdbc49;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.286)
/* Android */
Color.parseColor("#fdbc49")Accessibility — WCAG contrast
Aa
#fdbc49 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbc49 on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow71.1%
Key (black)0.8%
Color previews
#fdbc49 text on a black background
contrast 12.47:1
Card sample
#fdbc49 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbc49;
Background color
Panel with #fdbc49 background
background-color: #fdbc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbc49; background: linear-gradient(135deg, #fdbc49, #C6FD49);