#fcce21
a balanced, electric yellow · cool · closest name: gold
RGB
252, 206, 33
HSL
47°, 97%, 56%
CMYK
0, 18, 87, 1
Luminance
0.6495
Every format
| HEX | #fcce21 |
| RGB | rgb(252, 206, 33) |
| HSL | hsl(47, 97%, 56%) |
| CMYK | cmyk(0%, 18%, 87%, 1%) |
| LAB | lab(84.5 1.8 81.0) |
| LCH | lch(84.5 81.0 88.7) |
| OKLCH | oklch(0.867 0.172 91.8) |
Copy-ready code
/* CSS */
color: #fcce21;
background-color: #fcce21;
/* Tailwind (arbitrary) */
class="text-[#fcce21] bg-[#fcce21]"
/* SCSS */
$brand: #fcce21;
/* SwiftUI */
Color(red: 0.988, green: 0.808, blue: 0.129)
/* Android */
Color.parseColor("#fcce21")Accessibility — WCAG contrast
Aa
#fcce21 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcce21 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow86.9%
Key (black)1.2%
Color previews
#fcce21 text on a black background
contrast 13.99:1
Card sample
#fcce21 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcce21;
Background color
Panel with #fcce21 background
background-color: #fcce21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcce21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 206, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 206, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcce21; background: linear-gradient(135deg, #fcce21, #98FC21);