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