#fcda4f
a balanced, electric yellow · cool · closest name: gold
RGB
252, 218, 79
HSL
48°, 97%, 65%
CMYK
0, 14, 69, 1
Luminance
0.7140
Every format
| HEX | #fcda4f |
| RGB | rgb(252, 218, 79) |
| HSL | hsl(48, 97%, 65%) |
| CMYK | cmyk(0%, 14%, 69%, 1%) |
| LAB | lab(87.7 -2.7 69.7) |
| LCH | lch(87.7 69.7 92.3) |
| OKLCH | oklch(0.893 0.157 95.1) |
Copy-ready code
/* CSS */
color: #fcda4f;
background-color: #fcda4f;
/* Tailwind (arbitrary) */
class="text-[#fcda4f] bg-[#fcda4f]"
/* SCSS */
$brand: #fcda4f;
/* SwiftUI */
Color(red: 0.988, green: 0.855, blue: 0.310)
/* Android */
Color.parseColor("#fcda4f")Accessibility — WCAG contrast
Aa
#fcda4f on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcda4f on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow68.7%
Key (black)1.2%
Color previews
#fcda4f text on a black background
contrast 15.28:1
Card sample
#fcda4f text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcda4f;
Background color
Panel with #fcda4f background
background-color: #fcda4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcda4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 218, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 218, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcda4f; background: linear-gradient(135deg, #fcda4f, #ABFC4F);