#fdfc66
a light, electric yellow · cool · closest name: yellow
RGB
253, 252, 102
HSL
60°, 97%, 70%
CMYK
0, 0, 60, 1
Luminance
0.9146
Every format
| HEX | #fdfc66 |
| RGB | rgb(253, 252, 102) |
| HSL | hsl(60, 97%, 70%) |
| CMYK | cmyk(0%, 0%, 60%, 1%) |
| LAB | lab(96.6 -17.8 69.9) |
| LCH | lch(96.6 72.1 104.3) |
| OKLCH | oklch(0.965 0.169 108.8) |
Copy-ready code
/* CSS */
color: #fdfc66;
background-color: #fdfc66;
/* Tailwind (arbitrary) */
class="text-[#fdfc66] bg-[#fdfc66]"
/* SCSS */
$brand: #fdfc66;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.400)
/* Android */
Color.parseColor("#fdfc66")Accessibility — WCAG contrast
Aa
#fdfc66 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfc66 on black: 19.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow59.7%
Key (black)0.8%
Color previews
#fdfc66 text on a black background
contrast 19.29:1
Card sample
#fdfc66 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfc66;
Background color
Panel with #fdfc66 background
background-color: #fdfc66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfc66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfc66; background: linear-gradient(135deg, #fdfc66, #99FD66);