#fdc040
a balanced, electric yellow · warm · closest name: orange
RGB
253, 192, 64
HSL
41°, 98%, 62%
CMYK
0, 24, 75, 1
Luminance
0.5895
Every format
| HEX | #fdc040 |
| RGB | rgb(253, 192, 64) |
| HSL | hsl(41, 98%, 62%) |
| CMYK | cmyk(0%, 24%, 75%, 1%) |
| LAB | lab(81.3 10.3 69.1) |
| LCH | lch(81.3 69.8 81.5) |
| OKLCH | oklch(0.842 0.153 81.8) |
Copy-ready code
/* CSS */
color: #fdc040;
background-color: #fdc040;
/* Tailwind (arbitrary) */
class="text-[#fdc040] bg-[#fdc040]"
/* SCSS */
$brand: #fdc040;
/* SwiftUI */
Color(red: 0.992, green: 0.753, blue: 0.251)
/* Android */
Color.parseColor("#fdc040")Accessibility — WCAG contrast
Aa
#fdc040 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc040 on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green75.3%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow74.7%
Key (black)0.8%
Color previews
#fdc040 text on a black background
contrast 12.79:1
Card sample
#fdc040 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc040;
Background color
Panel with #fdc040 background
background-color: #fdc040;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc040;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 192, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 192, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc040; background: linear-gradient(135deg, #fdc040, #BCFD40);