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