#fcfd44
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 253, 68
HSL
60°, 98%, 63%
CMYK
0, 0, 73, 1
Luminance
0.9136
Every format
| HEX | #fcfd44 |
| RGB | rgb(252, 253, 68) |
| HSL | hsl(60, 98%, 63%) |
| CMYK | cmyk(0%, 0%, 73%, 1%) |
| LAB | lab(96.6 -20.4 82.2) |
| LCH | lch(96.6 84.7 104.0) |
| OKLCH | oklch(0.963 0.192 109.8) |
Copy-ready code
/* CSS */
color: #fcfd44;
background-color: #fcfd44;
/* Tailwind (arbitrary) */
class="text-[#fcfd44] bg-[#fcfd44]"
/* SCSS */
$brand: #fcfd44;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.267)
/* Android */
Color.parseColor("#fcfd44")Accessibility — WCAG contrast
Aa
#fcfd44 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd44 on black: 19.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue26.7%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow73.1%
Key (black)0.8%
Color previews
#fcfd44 text on a black background
contrast 19.27:1
Card sample
#fcfd44 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd44;
Background color
Panel with #fcfd44 background
background-color: #fcfd44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd44; background: linear-gradient(135deg, #fcfd44, #81FD44);