#fef08c
a light, electric yellow · cool · closest name: khaki
RGB
254, 240, 140
HSL
53°, 98%, 77%
CMYK
0, 6, 45, 0
Luminance
0.8528
Every format
| HEX | #fef08c |
| RGB | rgb(254, 240, 140) |
| HSL | hsl(53, 98%, 77%) |
| CMYK | cmyk(0%, 6%, 45%, 0%) |
| LAB | lab(94.0 -8.5 49.8) |
| LCH | lch(94.0 50.5 99.7) |
| OKLCH | oklch(0.945 0.122 101.4) |
Copy-ready code
/* CSS */
color: #fef08c;
background-color: #fef08c;
/* Tailwind (arbitrary) */
class="text-[#fef08c] bg-[#fef08c]"
/* SCSS */
$brand: #fef08c;
/* SwiftUI */
Color(red: 0.996, green: 0.941, blue: 0.549)
/* Android */
Color.parseColor("#fef08c")Accessibility — WCAG contrast
Aa
#fef08c on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef08c on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.1%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow44.9%
Key (black)0.4%
Color previews
#fef08c text on a black background
contrast 18.06:1
Card sample
#fef08c text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef08c;
Background color
Panel with #fef08c background
background-color: #fef08c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef08c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 240, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 240, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef08c; background: linear-gradient(135deg, #fef08c, #C0FE8C);