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