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