#fef293
a light, electric yellow · cool · closest name: khaki
RGB
254, 242, 147
HSL
53°, 98%, 79%
CMYK
0, 5, 42, 0
Luminance
0.8668
Every format
| HEX | #fef293 |
| RGB | rgb(254, 242, 147) |
| HSL | hsl(53, 98%, 79%) |
| CMYK | cmyk(0%, 5%, 42%, 0%) |
| LAB | lab(94.6 -8.8 47.2) |
| LCH | lch(94.6 48.0 100.6) |
| OKLCH | oklch(0.950 0.117 102.1) |
Copy-ready code
/* CSS */
color: #fef293;
background-color: #fef293;
/* Tailwind (arbitrary) */
class="text-[#fef293] bg-[#fef293]"
/* SCSS */
$brand: #fef293;
/* SwiftUI */
Color(red: 0.996, green: 0.949, blue: 0.576)
/* Android */
Color.parseColor("#fef293")Accessibility — WCAG contrast
Aa
#fef293 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef293 on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.9%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow42.1%
Key (black)0.4%
Color previews
#fef293 text on a black background
contrast 18.34:1
Card sample
#fef293 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef293;
Background color
Panel with #fef293 background
background-color: #fef293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 242, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 242, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef293; background: linear-gradient(135deg, #fef293, #C3FE93);