#feee86
a light, electric yellow · cool · closest name: khaki
RGB
254, 238, 134
HSL
52°, 98%, 76%
CMYK
0, 6, 47, 0
Luminance
0.8394
Every format
| HEX | #feee86 |
| RGB | rgb(254, 238, 134) |
| HSL | hsl(52, 98%, 76%) |
| CMYK | cmyk(0%, 6%, 47%, 0%) |
| LAB | lab(93.4 -8.1 52.0) |
| LCH | lch(93.4 52.6 98.8) |
| OKLCH | oklch(0.941 0.126 100.7) |
Copy-ready code
/* CSS */
color: #feee86;
background-color: #feee86;
/* Tailwind (arbitrary) */
class="text-[#feee86] bg-[#feee86]"
/* SCSS */
$brand: #feee86;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.525)
/* Android */
Color.parseColor("#feee86")Accessibility — WCAG contrast
Aa
#feee86 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feee86 on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow47.2%
Key (black)0.4%
Color previews
#feee86 text on a black background
contrast 17.79:1
Card sample
#feee86 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feee86;
Background color
Panel with #feee86 background
background-color: #feee86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feee86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feee86; background: linear-gradient(135deg, #feee86, #BEFE86);