#fdcb2f
a balanced, electric yellow · cool · closest name: gold
RGB
253, 203, 47
HSL
45°, 98%, 59%
CMYK
0, 20, 81, 1
Luminance
0.6380
Every format
| HEX | #fdcb2f |
| RGB | rgb(253, 203, 47) |
| HSL | hsl(45, 98%, 59%) |
| CMYK | cmyk(0%, 20%, 81%, 1%) |
| LAB | lab(83.9 4.1 77.0) |
| LCH | lch(83.9 77.2 87.0) |
| OKLCH | oklch(0.863 0.165 89.2) |
Copy-ready code
/* CSS */
color: #fdcb2f;
background-color: #fdcb2f;
/* Tailwind (arbitrary) */
class="text-[#fdcb2f] bg-[#fdcb2f]"
/* SCSS */
$brand: #fdcb2f;
/* SwiftUI */
Color(red: 0.992, green: 0.796, blue: 0.184)
/* Android */
Color.parseColor("#fdcb2f")Accessibility — WCAG contrast
Aa
#fdcb2f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcb2f on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green79.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow81.4%
Key (black)0.8%
Color previews
#fdcb2f text on a black background
contrast 13.76:1
Card sample
#fdcb2f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcb2f;
Background color
Panel with #fdcb2f background
background-color: #fdcb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 203, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 203, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcb2f; background: linear-gradient(135deg, #fdcb2f, #A6FD2F);