#fdcd3e
a balanced, electric yellow · warm · closest name: gold
RGB
253, 205, 62
HSL
45°, 98%, 62%
CMYK
0, 19, 76, 1
Luminance
0.6489
Every format
| HEX | #fdcd3e |
| RGB | rgb(253, 205, 62) |
| HSL | hsl(45, 98%, 62%) |
| CMYK | cmyk(0%, 19%, 76%, 1%) |
| LAB | lab(84.4 3.5 72.8) |
| LCH | lch(84.4 72.9 87.2) |
| OKLCH | oklch(0.867 0.159 89.2) |
Copy-ready code
/* CSS */
color: #fdcd3e;
background-color: #fdcd3e;
/* Tailwind (arbitrary) */
class="text-[#fdcd3e] bg-[#fdcd3e]"
/* SCSS */
$brand: #fdcd3e;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.243)
/* Android */
Color.parseColor("#fdcd3e")Accessibility — WCAG contrast
Aa
#fdcd3e on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcd3e on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow75.5%
Key (black)0.8%
Color previews
#fdcd3e text on a black background
contrast 13.98:1
Card sample
#fdcd3e text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcd3e;
Background color
Panel with #fdcd3e background
background-color: #fdcd3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcd3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcd3e; background: linear-gradient(135deg, #fdcd3e, #AEFD3E);