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