#fccc3c
a balanced, electric yellow · cool · closest name: gold
RGB
252, 204, 60
HSL
45°, 97%, 61%
CMYK
0, 19, 76, 1
Luminance
0.6421
Every format
| HEX | #fccc3c |
| RGB | rgb(252, 204, 60) |
| HSL | hsl(45, 97%, 61%) |
| CMYK | cmyk(0%, 19%, 76%, 1%) |
| LAB | lab(84.1 3.6 73.1) |
| LCH | lch(84.1 73.2 87.2) |
| OKLCH | oklch(0.864 0.160 89.3) |
Copy-ready code
/* CSS */
color: #fccc3c;
background-color: #fccc3c;
/* Tailwind (arbitrary) */
class="text-[#fccc3c] bg-[#fccc3c]"
/* SCSS */
$brand: #fccc3c;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.235)
/* Android */
Color.parseColor("#fccc3c")Accessibility — WCAG contrast
Aa
#fccc3c on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccc3c on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow76.2%
Key (black)1.2%
Color previews
#fccc3c text on a black background
contrast 13.84:1
Card sample
#fccc3c text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccc3c;
Background color
Panel with #fccc3c background
background-color: #fccc3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccc3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccc3c; background: linear-gradient(135deg, #fccc3c, #ACFC3C);