#fcdf37
a balanced, electric yellow · cool · closest name: gold
RGB
252, 223, 55
HSL
51°, 97%, 60%
CMYK
0, 12, 78, 1
Luminance
0.7375
Every format
| HEX | #fcdf37 |
| RGB | rgb(252, 223, 55) |
| HSL | hsl(51, 97%, 60%) |
| CMYK | cmyk(0%, 12%, 78%, 1%) |
| LAB | lab(88.8 -6.3 79.0) |
| LCH | lch(88.8 79.3 94.5) |
| OKLCH | oklch(0.901 0.173 98.7) |
Copy-ready code
/* CSS */
color: #fcdf37;
background-color: #fcdf37;
/* Tailwind (arbitrary) */
class="text-[#fcdf37] bg-[#fcdf37]"
/* SCSS */
$brand: #fcdf37;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.216)
/* Android */
Color.parseColor("#fcdf37")Accessibility — WCAG contrast
Aa
#fcdf37 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdf37 on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow78.2%
Key (black)1.2%
Color previews
#fcdf37 text on a black background
contrast 15.75:1
Card sample
#fcdf37 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdf37;
Background color
Panel with #fcdf37 background
background-color: #fcdf37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdf37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdf37; background: linear-gradient(135deg, #fcdf37, #96FC37);