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