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