#fcdf4a
a balanced, electric yellow · cool · closest name: gold
RGB
252, 223, 74
HSL
50°, 97%, 64%
CMYK
0, 12, 71, 1
Luminance
0.7397
Every format
| HEX | #fcdf4a |
| RGB | rgb(252, 223, 74) |
| HSL | hsl(50, 97%, 64%) |
| CMYK | cmyk(0%, 12%, 71%, 1%) |
| LAB | lab(88.9 -5.5 72.8) |
| LCH | lch(88.9 73.0 94.3) |
| OKLCH | oklch(0.902 0.163 97.9) |
Copy-ready code
/* CSS */
color: #fcdf4a;
background-color: #fcdf4a;
/* Tailwind (arbitrary) */
class="text-[#fcdf4a] bg-[#fcdf4a]"
/* SCSS */
$brand: #fcdf4a;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.290)
/* Android */
Color.parseColor("#fcdf4a")Accessibility — WCAG contrast
Aa
#fcdf4a on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdf4a on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow70.6%
Key (black)1.2%
Color previews
#fcdf4a text on a black background
contrast 15.79:1
Card sample
#fcdf4a text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdf4a;
Background color
Panel with #fcdf4a background
background-color: #fcdf4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdf4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdf4a; background: linear-gradient(135deg, #fcdf4a, #A2FC4A);