#fdba50
a light, electric orange · warm · closest name: orange
RGB
253, 186, 80
HSL
37°, 98%, 65%
CMYK
0, 27, 68, 1
Luminance
0.5658
Every format
| HEX | #fdba50 |
| RGB | rgb(253, 186, 80) |
| HSL | hsl(37, 98%, 65%) |
| CMYK | cmyk(0%, 27%, 68%, 1%) |
| LAB | lab(80.0 14.2 61.3) |
| LCH | lch(80.0 62.9 76.9) |
| OKLCH | oklch(0.832 0.142 75.7) |
Copy-ready code
/* CSS */
color: #fdba50;
background-color: #fdba50;
/* Tailwind (arbitrary) */
class="text-[#fdba50] bg-[#fdba50]"
/* SCSS */
$brand: #fdba50;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.314)
/* Android */
Color.parseColor("#fdba50")Accessibility — WCAG contrast
Aa
#fdba50 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdba50 on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow68.4%
Key (black)0.8%
Color previews
#fdba50 text on a black background
contrast 12.32:1
Card sample
#fdba50 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdba50;
Background color
Panel with #fdba50 background
background-color: #fdba50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdba50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdba50; background: linear-gradient(135deg, #fdba50, #CDFD50);