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