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