#fcda2f
a balanced, electric yellow · cool · closest name: gold
RGB
252, 218, 47
HSL
50°, 97%, 59%
CMYK
0, 14, 81, 1
Luminance
0.7104
Every format
| HEX | #fcda2f |
| RGB | rgb(252, 218, 47) |
| HSL | hsl(50, 97%, 59%) |
| CMYK | cmyk(0%, 14%, 81%, 1%) |
| LAB | lab(87.5 -4.0 80.1) |
| LCH | lch(87.5 80.2 92.9) |
| OKLCH | oklch(0.891 0.173 96.8) |
Copy-ready code
/* CSS */
color: #fcda2f;
background-color: #fcda2f;
/* Tailwind (arbitrary) */
class="text-[#fcda2f] bg-[#fcda2f]"
/* SCSS */
$brand: #fcda2f;
/* SwiftUI */
Color(red: 0.988, green: 0.855, blue: 0.184)
/* Android */
Color.parseColor("#fcda2f")Accessibility — WCAG contrast
Aa
#fcda2f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcda2f on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow81.3%
Key (black)1.2%
Color previews
#fcda2f text on a black background
contrast 15.21:1
Card sample
#fcda2f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcda2f;
Background color
Panel with #fcda2f background
background-color: #fcda2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcda2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 218, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 218, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcda2f; background: linear-gradient(135deg, #fcda2f, #95FC2F);