#fcdf00
a balanced, electric yellow · cool · closest name: gold
RGB
252, 223, 0
HSL
53°, 100%, 49%
CMYK
0, 12, 100, 1
Luminance
0.7347
Every format
| HEX | #fcdf00 |
| RGB | rgb(252, 223, 0) |
| HSL | hsl(53, 100%, 49%) |
| CMYK | cmyk(0%, 12%, 100%, 1%) |
| LAB | lab(88.7 -7.2 88.2) |
| LCH | lch(88.7 88.5 94.7) |
| OKLCH | oklch(0.900 0.187 99.7) |
Copy-ready code
/* CSS */
color: #fcdf00;
background-color: #fcdf00;
/* Tailwind (arbitrary) */
class="text-[#fcdf00] bg-[#fcdf00]"
/* SCSS */
$brand: #fcdf00;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.000)
/* Android */
Color.parseColor("#fcdf00")Accessibility — WCAG contrast
Aa
#fcdf00 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdf00 on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow100.0%
Key (black)1.2%
Color previews
#fcdf00 text on a black background
contrast 15.69:1
Card sample
#fcdf00 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdf00;
Background color
Panel with #fcdf00 background
background-color: #fcdf00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdf00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdf00; background: linear-gradient(135deg, #fcdf00, #71FC00);