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