#fcf656
a light, electric yellow · cool · closest name: gold
RGB
252, 246, 86
HSL
58°, 97%, 66%
CMYK
0, 2, 66, 1
Luminance
0.8728
Every format
| HEX | #fcf656 |
| RGB | rgb(252, 246, 86) |
| HSL | hsl(58, 97%, 66%) |
| CMYK | cmyk(0%, 2%, 66%, 1%) |
| LAB | lab(94.9 -16.2 74.3) |
| LCH | lch(94.9 76.0 102.3) |
| OKLCH | oklch(0.950 0.174 107.2) |
Copy-ready code
/* CSS */
color: #fcf656;
background-color: #fcf656;
/* Tailwind (arbitrary) */
class="text-[#fcf656] bg-[#fcf656]"
/* SCSS */
$brand: #fcf656;
/* SwiftUI */
Color(red: 0.988, green: 0.965, blue: 0.337)
/* Android */
Color.parseColor("#fcf656")Accessibility — WCAG contrast
Aa
#fcf656 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf656 on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.5%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow65.9%
Key (black)1.2%
Color previews
#fcf656 text on a black background
contrast 18.46:1
Card sample
#fcf656 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf656;
Background color
Panel with #fcf656 background
background-color: #fcf656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 246, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 246, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf656; background: linear-gradient(135deg, #fcf656, #94FC56);