#fccc4f
a balanced, electric yellow · warm · closest name: gold
RGB
252, 204, 79
HSL
43°, 97%, 65%
CMYK
0, 19, 69, 1
Luminance
0.6445
Every format
| HEX | #fccc4f |
| RGB | rgb(252, 204, 79) |
| HSL | hsl(43, 97%, 65%) |
| CMYK | cmyk(0%, 19%, 69%, 1%) |
| LAB | lab(84.2 4.4 66.1) |
| LCH | lch(84.2 66.3 86.2) |
| OKLCH | oklch(0.866 0.148 87.5) |
Copy-ready code
/* CSS */
color: #fccc4f;
background-color: #fccc4f;
/* Tailwind (arbitrary) */
class="text-[#fccc4f] bg-[#fccc4f]"
/* SCSS */
$brand: #fccc4f;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.310)
/* Android */
Color.parseColor("#fccc4f")Accessibility — WCAG contrast
Aa
#fccc4f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccc4f on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow68.7%
Key (black)1.2%
Color previews
#fccc4f text on a black background
contrast 13.89:1
Card sample
#fccc4f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccc4f;
Background color
Panel with #fccc4f background
background-color: #fccc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccc4f; background: linear-gradient(135deg, #fccc4f, #B9FC4F);