#fcfd05
a balanced, electric yellow · cool · “yellow”
RGB
252, 253, 5
HSL
60°, 98%, 51%
CMYK
0, 0, 98, 1
Luminance
0.9096
Every format
| HEX | #fcfd05 |
| RGB | rgb(252, 253, 5) |
| HSL | hsl(60, 98%, 51%) |
| CMYK | cmyk(0%, 0%, 98%, 1%) |
| LAB | lab(96.4 -21.8 93.5) |
| LCH | lch(96.4 96.0 103.1) |
| OKLCH | oklch(0.962 0.209 110.1) |
Copy-ready code
/* CSS */
color: #fcfd05;
background-color: #fcfd05;
/* Tailwind (arbitrary) */
class="text-[#fcfd05] bg-[#fcfd05]"
/* SCSS */
$brand: #fcfd05;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.020)
/* Android */
Color.parseColor("#fcfd05")Accessibility — WCAG contrast
Aa
#fcfd05 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd05 on black: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue2.0%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow98.0%
Key (black)0.8%
Color previews
#fcfd05 text on a black background
contrast 19.19:1
Card sample
#fcfd05 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd05;
Background color
Panel with #fcfd05 background
background-color: #fcfd05;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd05;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd05; background: linear-gradient(135deg, #fcfd05, #57FD05);