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