#fffe84
a light, electric yellow · cool · closest name: khaki
RGB
255, 254, 132
HSL
60°, 100%, 76%
CMYK
0, 0, 48, 0
Luminance
0.9381
Every format
| HEX | #fffe84 |
| RGB | rgb(255, 254, 132) |
| HSL | hsl(60, 100%, 76%) |
| CMYK | cmyk(0%, 0%, 48%, 0%) |
| LAB | lab(97.6 -15.7 57.9) |
| LCH | lch(97.6 60.0 105.2) |
| OKLCH | oklch(0.974 0.144 108.4) |
Copy-ready code
/* CSS */
color: #fffe84;
background-color: #fffe84;
/* Tailwind (arbitrary) */
class="text-[#fffe84] bg-[#fffe84]"
/* SCSS */
$brand: #fffe84;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.518)
/* Android */
Color.parseColor("#fffe84")Accessibility — WCAG contrast
Aa
#fffe84 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffe84 on black: 19.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow48.2%
Key (black)0.0%
Color previews
#fffe84 text on a black background
contrast 19.76:1
Card sample
#fffe84 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffe84;
Background color
Panel with #fffe84 background
background-color: #fffe84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffe84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffe84; background: linear-gradient(135deg, #fffe84, #AEFF84);