#fef79c
a light, electric yellow · cool · closest name: khaki
RGB
254, 247, 156
HSL
56°, 98%, 80%
CMYK
0, 3, 39, 0
Luminance
0.8999
Every format
| HEX | #fef79c |
| RGB | rgb(254, 247, 156) |
| HSL | hsl(56, 98%, 80%) |
| CMYK | cmyk(0%, 3%, 39%, 0%) |
| LAB | lab(96.0 -10.4 44.6) |
| LCH | lch(96.0 45.8 103.1) |
| OKLCH | oklch(0.962 0.113 104.5) |
Copy-ready code
/* CSS */
color: #fef79c;
background-color: #fef79c;
/* Tailwind (arbitrary) */
class="text-[#fef79c] bg-[#fef79c]"
/* SCSS */
$brand: #fef79c;
/* SwiftUI */
Color(red: 0.996, green: 0.969, blue: 0.612)
/* Android */
Color.parseColor("#fef79c")Accessibility — WCAG contrast
Aa
#fef79c on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef79c on black: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.9%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow38.6%
Key (black)0.4%
Color previews
#fef79c text on a black background
contrast 19.00:1
Card sample
#fef79c text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef79c;
Background color
Panel with #fef79c background
background-color: #fef79c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef79c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 247, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 247, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef79c; background: linear-gradient(135deg, #fef79c, #C4FE9C);