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