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