#fef76c
a light, electric yellow · cool · closest name: khaki
RGB
254, 247, 108
HSL
57°, 99%, 71%
CMYK
0, 3, 58, 0
Luminance
0.8868
Every format
| HEX | #fef76c |
| RGB | rgb(254, 247, 108) |
| HSL | hsl(57, 99%, 71%) |
| CMYK | cmyk(0%, 3%, 58%, 0%) |
| LAB | lab(95.5 -14.6 66.1) |
| LCH | lch(95.5 67.7 102.4) |
| OKLCH | oklch(0.956 0.159 106.4) |
Copy-ready code
/* CSS */
color: #fef76c;
background-color: #fef76c;
/* Tailwind (arbitrary) */
class="text-[#fef76c] bg-[#fef76c]"
/* SCSS */
$brand: #fef76c;
/* SwiftUI */
Color(red: 0.996, green: 0.969, blue: 0.424)
/* Android */
Color.parseColor("#fef76c")Accessibility — WCAG contrast
Aa
#fef76c on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef76c on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.9%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow57.5%
Key (black)0.4%
Color previews
#fef76c text on a black background
contrast 18.74:1
Card sample
#fef76c text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef76c;
Background color
Panel with #fef76c background
background-color: #fef76c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef76c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 247, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 247, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef76c; background: linear-gradient(135deg, #fef76c, #A4FE6C);