#fcfd56
a light, electric yellow · cool · closest name: yellow
RGB
252, 253, 86
HSL
60°, 98%, 67%
CMYK
0, 0, 66, 1
Luminance
0.9162
Every format
| HEX | #fcfd56 |
| RGB | rgb(252, 253, 86) |
| HSL | hsl(60, 98%, 67%) |
| CMYK | cmyk(0%, 0%, 66%, 1%) |
| LAB | lab(96.7 -19.6 76.1) |
| LCH | lch(96.7 78.6 104.4) |
| OKLCH | oklch(0.965 0.181 109.7) |
Copy-ready code
/* CSS */
color: #fcfd56;
background-color: #fcfd56;
/* Tailwind (arbitrary) */
class="text-[#fcfd56] bg-[#fcfd56]"
/* SCSS */
$brand: #fcfd56;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.337)
/* Android */
Color.parseColor("#fcfd56")Accessibility — WCAG contrast
Aa
#fcfd56 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd56 on black: 19.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue33.7%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow66.0%
Key (black)0.8%
Color previews
#fcfd56 text on a black background
contrast 19.32:1
Card sample
#fcfd56 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd56;
Background color
Panel with #fcfd56 background
background-color: #fcfd56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd56; background: linear-gradient(135deg, #fcfd56, #8DFD56);