#fcfd22
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 253, 34
HSL
60°, 98%, 56%
CMYK
0, 0, 87, 1
Luminance
0.9106
Every format
| HEX | #fcfd22 |
| RGB | rgb(252, 253, 34) |
| HSL | hsl(60, 98%, 56%) |
| CMYK | cmyk(0%, 0%, 87%, 1%) |
| LAB | lab(96.4 -21.4 90.3) |
| LCH | lch(96.4 92.8 103.4) |
| OKLCH | oklch(0.962 0.205 110.0) |
Copy-ready code
/* CSS */
color: #fcfd22;
background-color: #fcfd22;
/* Tailwind (arbitrary) */
class="text-[#fcfd22] bg-[#fcfd22]"
/* SCSS */
$brand: #fcfd22;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.133)
/* Android */
Color.parseColor("#fcfd22")Accessibility — WCAG contrast
Aa
#fcfd22 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd22 on black: 19.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue13.3%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow86.6%
Key (black)0.8%
Color previews
#fcfd22 text on a black background
contrast 19.21:1
Card sample
#fcfd22 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd22;
Background color
Panel with #fcfd22 background
background-color: #fcfd22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd22; background: linear-gradient(135deg, #fcfd22, #6AFD22);