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