#fdbf49
a balanced, electric orange · warm · closest name: orange
RGB
253, 191, 73
HSL
39°, 98%, 64%
CMYK
0, 25, 71, 1
Luminance
0.5863
Every format
| HEX | #fdbf49 |
| RGB | rgb(253, 191, 73) |
| HSL | hsl(39, 98%, 64%) |
| CMYK | cmyk(0%, 25%, 71%, 1%) |
| LAB | lab(81.1 11.3 65.4) |
| LCH | lch(81.1 66.4 80.2) |
| OKLCH | oklch(0.841 0.148 80.0) |
Copy-ready code
/* CSS */
color: #fdbf49;
background-color: #fdbf49;
/* Tailwind (arbitrary) */
class="text-[#fdbf49] bg-[#fdbf49]"
/* SCSS */
$brand: #fdbf49;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.286)
/* Android */
Color.parseColor("#fdbf49")Accessibility — WCAG contrast
Aa
#fdbf49 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbf49 on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow71.1%
Key (black)0.8%
Color previews
#fdbf49 text on a black background
contrast 12.73:1
Card sample
#fdbf49 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbf49;
Background color
Panel with #fdbf49 background
background-color: #fdbf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbf49; background: linear-gradient(135deg, #fdbf49, #C3FD49);