#fdb849
a balanced, electric orange · warm · closest name: orange
RGB
253, 184, 73
HSL
37°, 98%, 64%
CMYK
0, 27, 71, 1
Luminance
0.5564
Every format
| HEX | #fdb849 |
| RGB | rgb(253, 184, 73) |
| HSL | hsl(37, 98%, 64%) |
| CMYK | cmyk(0%, 27%, 71%, 1%) |
| LAB | lab(79.4 14.9 63.7) |
| LCH | lch(79.4 65.4 76.8) |
| OKLCH | oklch(0.828 0.147 75.7) |
Copy-ready code
/* CSS */
color: #fdb849;
background-color: #fdb849;
/* Tailwind (arbitrary) */
class="text-[#fdb849] bg-[#fdb849]"
/* SCSS */
$brand: #fdb849;
/* SwiftUI */
Color(red: 0.992, green: 0.722, blue: 0.286)
/* Android */
Color.parseColor("#fdb849")Accessibility — WCAG contrast
Aa
#fdb849 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb849 on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow71.1%
Key (black)0.8%
Color previews
#fdb849 text on a black background
contrast 12.13:1
Card sample
#fdb849 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb849;
Background color
Panel with #fdb849 background
background-color: #fdb849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 184, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 184, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb849; background: linear-gradient(135deg, #fdb849, #CAFD49);