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