#fdba0f
a balanced, electric yellow · warm · closest name: orange
RGB
253, 186, 15
HSL
43°, 98%, 53%
CMYK
0, 27, 94, 1
Luminance
0.5603
Every format
| HEX | #fdba0f |
| RGB | rgb(253, 186, 15) |
| HSL | hsl(43, 98%, 53%) |
| CMYK | cmyk(0%, 27%, 94%, 1%) |
| LAB | lab(79.6 12.3 80.4) |
| LCH | lch(79.6 81.3 81.3) |
| OKLCH | oklch(0.829 0.169 82.0) |
Copy-ready code
/* CSS */
color: #fdba0f;
background-color: #fdba0f;
/* Tailwind (arbitrary) */
class="text-[#fdba0f] bg-[#fdba0f]"
/* SCSS */
$brand: #fdba0f;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.059)
/* Android */
Color.parseColor("#fdba0f")Accessibility — WCAG contrast
Aa
#fdba0f on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdba0f on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow94.1%
Key (black)0.8%
Color previews
#fdba0f text on a black background
contrast 12.21:1
Card sample
#fdba0f text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdba0f;
Background color
Panel with #fdba0f background
background-color: #fdba0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdba0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdba0f; background: linear-gradient(135deg, #fdba0f, #A1FD0F);