#fcdf43
a balanced, electric yellow · cool · closest name: gold
RGB
252, 223, 67
HSL
51°, 97%, 63%
CMYK
0, 12, 73, 1
Luminance
0.7388
Every format
| HEX | #fcdf43 |
| RGB | rgb(252, 223, 67) |
| HSL | hsl(51, 97%, 63%) |
| CMYK | cmyk(0%, 12%, 73%, 1%) |
| LAB | lab(88.9 -5.8 75.2) |
| LCH | lch(88.9 75.5 94.4) |
| OKLCH | oklch(0.902 0.167 98.2) |
Copy-ready code
/* CSS */
color: #fcdf43;
background-color: #fcdf43;
/* Tailwind (arbitrary) */
class="text-[#fcdf43] bg-[#fcdf43]"
/* SCSS */
$brand: #fcdf43;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.263)
/* Android */
Color.parseColor("#fcdf43")Accessibility — WCAG contrast
Aa
#fcdf43 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdf43 on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow73.4%
Key (black)1.2%
Color previews
#fcdf43 text on a black background
contrast 15.78:1
Card sample
#fcdf43 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdf43;
Background color
Panel with #fcdf43 background
background-color: #fcdf43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdf43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdf43; background: linear-gradient(135deg, #fcdf43, #9EFC43);