#fdfc60
a light, electric yellow · cool · closest name: yellow
RGB
253, 252, 96
HSL
60°, 98%, 68%
CMYK
0, 0, 62, 1
Luminance
0.9135
Every format
| HEX | #fdfc60 |
| RGB | rgb(253, 252, 96) |
| HSL | hsl(60, 98%, 68%) |
| CMYK | cmyk(0%, 0%, 62%, 1%) |
| LAB | lab(96.5 -18.2 72.2) |
| LCH | lch(96.5 74.5 104.1) |
| OKLCH | oklch(0.964 0.173 108.9) |
Copy-ready code
/* CSS */
color: #fdfc60;
background-color: #fdfc60;
/* Tailwind (arbitrary) */
class="text-[#fdfc60] bg-[#fdfc60]"
/* SCSS */
$brand: #fdfc60;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.376)
/* Android */
Color.parseColor("#fdfc60")Accessibility — WCAG contrast
Aa
#fdfc60 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfc60 on black: 19.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow62.1%
Key (black)0.8%
Color previews
#fdfc60 text on a black background
contrast 19.27:1
Card sample
#fdfc60 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfc60;
Background color
Panel with #fdfc60 background
background-color: #fdfc60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfc60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfc60; background: linear-gradient(135deg, #fdfc60, #95FD60);