#fdba35
a balanced, electric orange · warm · closest name: orange
RGB
253, 186, 53
HSL
40°, 98%, 60%
CMYK
0, 27, 79, 1
Luminance
0.5626
Every format
| HEX | #fdba35 |
| RGB | rgb(253, 186, 53) |
| HSL | hsl(40, 98%, 60%) |
| CMYK | cmyk(0%, 27%, 79%, 1%) |
| LAB | lab(79.8 13.1 71.6) |
| LCH | lch(79.8 72.8 79.7) |
| OKLCH | oklch(0.830 0.157 79.5) |
Copy-ready code
/* CSS */
color: #fdba35;
background-color: #fdba35;
/* Tailwind (arbitrary) */
class="text-[#fdba35] bg-[#fdba35]"
/* SCSS */
$brand: #fdba35;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.208)
/* Android */
Color.parseColor("#fdba35")Accessibility — WCAG contrast
Aa
#fdba35 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdba35 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow79.1%
Key (black)0.8%
Color previews
#fdba35 text on a black background
contrast 12.25:1
Card sample
#fdba35 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdba35;
Background color
Panel with #fdba35 background
background-color: #fdba35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdba35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdba35; background: linear-gradient(135deg, #fdba35, #BBFD35);