#fef992
a light, electric yellow · cool · closest name: khaki
RGB
254, 249, 146
HSL
57°, 98%, 78%
CMYK
0, 2, 43, 0
Luminance
0.9090
Every format
| HEX | #fef992 |
| RGB | rgb(254, 249, 146) |
| HSL | hsl(57, 98%, 78%) |
| CMYK | cmyk(0%, 2%, 43%, 0%) |
| LAB | lab(96.4 -12.4 49.9) |
| LCH | lch(96.4 51.4 103.9) |
| OKLCH | oklch(0.964 0.125 106.1) |
Copy-ready code
/* CSS */
color: #fef992;
background-color: #fef992;
/* Tailwind (arbitrary) */
class="text-[#fef992] bg-[#fef992]"
/* SCSS */
$brand: #fef992;
/* SwiftUI */
Color(red: 0.996, green: 0.976, blue: 0.573)
/* Android */
Color.parseColor("#fef992")Accessibility — WCAG contrast
Aa
#fef992 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef992 on black: 19.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green97.6%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow42.5%
Key (black)0.4%
Color previews
#fef992 text on a black background
contrast 19.18:1
Card sample
#fef992 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef992;
Background color
Panel with #fef992 background
background-color: #fef992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 249, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 249, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef992; background: linear-gradient(135deg, #fef992, #BBFE92);