#fef86c
a light, electric yellow · cool · closest name: khaki
RGB
254, 248, 108
HSL
58°, 99%, 71%
CMYK
0, 2, 58, 0
Luminance
0.8929
Every format
| HEX | #fef86c |
| RGB | rgb(254, 248, 108) |
| HSL | hsl(58, 99%, 71%) |
| CMYK | cmyk(0%, 2%, 58%, 0%) |
| LAB | lab(95.7 -15.1 66.4) |
| LCH | lch(95.7 68.1 102.8) |
| OKLCH | oklch(0.958 0.160 106.8) |
Copy-ready code
/* CSS */
color: #fef86c;
background-color: #fef86c;
/* Tailwind (arbitrary) */
class="text-[#fef86c] bg-[#fef86c]"
/* SCSS */
$brand: #fef86c;
/* SwiftUI */
Color(red: 0.996, green: 0.973, blue: 0.424)
/* Android */
Color.parseColor("#fef86c")Accessibility — WCAG contrast
Aa
#fef86c on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef86c on black: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green97.3%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow57.5%
Key (black)0.4%
Color previews
#fef86c text on a black background
contrast 18.86:1
Card sample
#fef86c text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef86c;
Background color
Panel with #fef86c background
background-color: #fef86c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef86c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 248, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 248, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef86c; background: linear-gradient(135deg, #fef86c, #A3FE6C);