#fcdf52
a light, electric yellow · cool · closest name: gold
RGB
252, 223, 82
HSL
50°, 97%, 66%
CMYK
0, 12, 68, 1
Luminance
0.7408
Every format
| HEX | #fcdf52 |
| RGB | rgb(252, 223, 82) |
| HSL | hsl(50, 97%, 66%) |
| CMYK | cmyk(0%, 12%, 68%, 1%) |
| LAB | lab(89.0 -5.1 69.8) |
| LCH | lch(89.0 70.0 94.2) |
| OKLCH | oklch(0.903 0.158 97.4) |
Copy-ready code
/* CSS */
color: #fcdf52;
background-color: #fcdf52;
/* Tailwind (arbitrary) */
class="text-[#fcdf52] bg-[#fcdf52]"
/* SCSS */
$brand: #fcdf52;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.322)
/* Android */
Color.parseColor("#fcdf52")Accessibility — WCAG contrast
Aa
#fcdf52 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdf52 on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow67.5%
Key (black)1.2%
Color previews
#fcdf52 text on a black background
contrast 15.82:1
Card sample
#fcdf52 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdf52;
Background color
Panel with #fcdf52 background
background-color: #fcdf52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdf52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdf52; background: linear-gradient(135deg, #fcdf52, #A8FC52);