#fcdc49
a balanced, electric yellow · cool · closest name: gold
RGB
252, 220, 73
HSL
49°, 97%, 64%
CMYK
0, 13, 71, 1
Luminance
0.7236
Every format
| HEX | #fcdc49 |
| RGB | rgb(252, 220, 73) |
| HSL | hsl(49, 97%, 64%) |
| CMYK | cmyk(0%, 13%, 71%, 1%) |
| LAB | lab(88.1 -4.0 72.4) |
| LCH | lch(88.1 72.5 93.2) |
| OKLCH | oklch(0.896 0.162 96.5) |
Copy-ready code
/* CSS */
color: #fcdc49;
background-color: #fcdc49;
/* Tailwind (arbitrary) */
class="text-[#fcdc49] bg-[#fcdc49]"
/* SCSS */
$brand: #fcdc49;
/* SwiftUI */
Color(red: 0.988, green: 0.863, blue: 0.286)
/* Android */
Color.parseColor("#fcdc49")Accessibility — WCAG contrast
Aa
#fcdc49 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdc49 on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green86.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow71.0%
Key (black)1.2%
Color previews
#fcdc49 text on a black background
contrast 15.47:1
Card sample
#fcdc49 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdc49;
Background color
Panel with #fcdc49 background
background-color: #fcdc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 220, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 220, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdc49; background: linear-gradient(135deg, #fcdc49, #A5FC49);