#fef09c
a light, electric yellow · cool · closest name: khaki
RGB
254, 240, 156
HSL
51°, 98%, 80%
CMYK
0, 6, 39, 0
Luminance
0.8579
Every format
| HEX | #fef09c |
| RGB | rgb(254, 240, 156) |
| HSL | hsl(51, 98%, 80%) |
| CMYK | cmyk(0%, 6%, 39%, 0%) |
| LAB | lab(94.2 -6.9 42.3) |
| LCH | lch(94.2 42.9 99.3) |
| OKLCH | oklch(0.948 0.105 99.9) |
Copy-ready code
/* CSS */
color: #fef09c;
background-color: #fef09c;
/* Tailwind (arbitrary) */
class="text-[#fef09c] bg-[#fef09c]"
/* SCSS */
$brand: #fef09c;
/* SwiftUI */
Color(red: 0.996, green: 0.941, blue: 0.612)
/* Android */
Color.parseColor("#fef09c")Accessibility — WCAG contrast
Aa
#fef09c on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef09c on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.1%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow38.6%
Key (black)0.4%
Color previews
#fef09c text on a black background
contrast 18.16:1
Card sample
#fef09c text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef09c;
Background color
Panel with #fef09c background
background-color: #fef09c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef09c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 240, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 240, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef09c; background: linear-gradient(135deg, #fef09c, #CBFE9C);