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