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