#fdfe64
a light, electric yellow · cool · closest name: yellow
RGB
253, 254, 100
HSL
60°, 99%, 69%
CMYK
0, 0, 61, 0
Luminance
0.9269
Every format
| HEX | #fdfe64 |
| RGB | rgb(253, 254, 100) |
| HSL | hsl(60, 99%, 69%) |
| CMYK | cmyk(0%, 0%, 61%, 0%) |
| LAB | lab(97.1 -18.9 71.2) |
| LCH | lch(97.1 73.7 104.9) |
| OKLCH | oklch(0.969 0.172 109.6) |
Copy-ready code
/* CSS */
color: #fdfe64;
background-color: #fdfe64;
/* Tailwind (arbitrary) */
class="text-[#fdfe64] bg-[#fdfe64]"
/* SCSS */
$brand: #fdfe64;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.392)
/* Android */
Color.parseColor("#fdfe64")Accessibility — WCAG contrast
Aa
#fdfe64 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfe64 on black: 19.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue39.2%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow60.6%
Key (black)0.4%
Color previews
#fdfe64 text on a black background
contrast 19.54:1
Card sample
#fdfe64 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfe64;
Background color
Panel with #fdfe64 background
background-color: #fdfe64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfe64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfe64; background: linear-gradient(135deg, #fdfe64, #96FE64);