#fcda21
a balanced, electric yellow · cool · closest name: gold
RGB
252, 218, 33
HSL
51°, 97%, 56%
CMYK
0, 14, 87, 1
Luminance
0.7095
Every format
| HEX | #fcda21 |
| RGB | rgb(252, 218, 33) |
| HSL | hsl(51, 97%, 56%) |
| CMYK | cmyk(0%, 14%, 87%, 1%) |
| LAB | lab(87.5 -4.3 83.3) |
| LCH | lch(87.5 83.5 93.0) |
| OKLCH | oklch(0.890 0.178 97.2) |
Copy-ready code
/* CSS */
color: #fcda21;
background-color: #fcda21;
/* Tailwind (arbitrary) */
class="text-[#fcda21] bg-[#fcda21]"
/* SCSS */
$brand: #fcda21;
/* SwiftUI */
Color(red: 0.988, green: 0.855, blue: 0.129)
/* Android */
Color.parseColor("#fcda21")Accessibility — WCAG contrast
Aa
#fcda21 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcda21 on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow86.9%
Key (black)1.2%
Color previews
#fcda21 text on a black background
contrast 15.19:1
Card sample
#fcda21 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcda21;
Background color
Panel with #fcda21 background
background-color: #fcda21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcda21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 218, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 218, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcda21; background: linear-gradient(135deg, #fcda21, #8CFC21);