#fcda49
a balanced, electric yellow · cool · closest name: gold
RGB
252, 218, 73
HSL
49°, 97%, 64%
CMYK
0, 14, 71, 1
Luminance
0.7132
Every format
| HEX | #fcda49 |
| RGB | rgb(252, 218, 73) |
| HSL | hsl(49, 97%, 64%) |
| CMYK | cmyk(0%, 14%, 71%, 1%) |
| LAB | lab(87.6 -3.0 71.9) |
| LCH | lch(87.6 72.0 92.4) |
| OKLCH | oklch(0.892 0.160 95.5) |
Copy-ready code
/* CSS */
color: #fcda49;
background-color: #fcda49;
/* Tailwind (arbitrary) */
class="text-[#fcda49] bg-[#fcda49]"
/* SCSS */
$brand: #fcda49;
/* SwiftUI */
Color(red: 0.988, green: 0.855, blue: 0.286)
/* Android */
Color.parseColor("#fcda49")Accessibility — WCAG contrast
Aa
#fcda49 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcda49 on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow71.0%
Key (black)1.2%
Color previews
#fcda49 text on a black background
contrast 15.26:1
Card sample
#fcda49 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcda49;
Background color
Panel with #fcda49 background
background-color: #fcda49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcda49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 218, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 218, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcda49; background: linear-gradient(135deg, #fcda49, #A7FC49);