#fef48c
a light, electric yellow · cool · closest name: khaki
RGB
254, 244, 140
HSL
55°, 98%, 77%
CMYK
0, 4, 45, 0
Luminance
0.8767
Every format
| HEX | #fef48c |
| RGB | rgb(254, 244, 140) |
| HSL | hsl(55, 98%, 77%) |
| CMYK | cmyk(0%, 4%, 45%, 0%) |
| LAB | lab(95.0 -10.5 51.1) |
| LCH | lch(95.0 52.1 101.6) |
| OKLCH | oklch(0.953 0.126 103.7) |
Copy-ready code
/* CSS */
color: #fef48c;
background-color: #fef48c;
/* Tailwind (arbitrary) */
class="text-[#fef48c] bg-[#fef48c]"
/* SCSS */
$brand: #fef48c;
/* SwiftUI */
Color(red: 0.996, green: 0.957, blue: 0.549)
/* Android */
Color.parseColor("#fef48c")Accessibility — WCAG contrast
Aa
#fef48c on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef48c on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green95.7%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow44.9%
Key (black)0.4%
Color previews
#fef48c text on a black background
contrast 18.53:1
Card sample
#fef48c text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef48c;
Background color
Panel with #fef48c background
background-color: #fef48c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef48c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 244, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 244, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef48c; background: linear-gradient(135deg, #fef48c, #BCFE8C);