#fcfd62
a light, electric yellow · cool · closest name: yellow
RGB
252, 253, 98
HSL
60°, 98%, 69%
CMYK
0, 0, 61, 1
Luminance
0.9183
Every format
| HEX | #fcfd62 |
| RGB | rgb(252, 253, 98) |
| HSL | hsl(60, 98%, 69%) |
| CMYK | cmyk(0%, 0%, 61%, 1%) |
| LAB | lab(96.8 -18.9 71.6) |
| LCH | lch(96.8 74.1 104.8) |
| OKLCH | oklch(0.966 0.173 109.6) |
Copy-ready code
/* CSS */
color: #fcfd62;
background-color: #fcfd62;
/* Tailwind (arbitrary) */
class="text-[#fcfd62] bg-[#fcfd62]"
/* SCSS */
$brand: #fcfd62;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.384)
/* Android */
Color.parseColor("#fcfd62")Accessibility — WCAG contrast
Aa
#fcfd62 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd62 on black: 19.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue38.4%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow61.3%
Key (black)0.8%
Color previews
#fcfd62 text on a black background
contrast 19.37:1
Card sample
#fcfd62 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd62;
Background color
Panel with #fcfd62 background
background-color: #fcfd62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd62; background: linear-gradient(135deg, #fcfd62, #95FD62);