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