#fef396
a light, electric yellow · cool · closest name: khaki
RGB
254, 243, 150
HSL
54°, 98%, 79%
CMYK
0, 4, 41, 0
Luminance
0.8737
Every format
| HEX | #fef396 |
| RGB | rgb(254, 243, 150) |
| HSL | hsl(54, 98%, 79%) |
| CMYK | cmyk(0%, 4%, 41%, 0%) |
| LAB | lab(94.9 -9.0 46.1) |
| LCH | lch(94.9 47.0 101.1) |
| OKLCH | oklch(0.953 0.115 102.4) |
Copy-ready code
/* CSS */
color: #fef396;
background-color: #fef396;
/* Tailwind (arbitrary) */
class="text-[#fef396] bg-[#fef396]"
/* SCSS */
$brand: #fef396;
/* SwiftUI */
Color(red: 0.996, green: 0.953, blue: 0.588)
/* Android */
Color.parseColor("#fef396")Accessibility — WCAG contrast
Aa
#fef396 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef396 on black: 18.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green95.3%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow40.9%
Key (black)0.4%
Color previews
#fef396 text on a black background
contrast 18.47:1
Card sample
#fef396 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef396;
Background color
Panel with #fef396 background
background-color: #fef396;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef396;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 243, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 243, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef396; background: linear-gradient(135deg, #fef396, #C4FE96);