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