#fef079
a light, electric yellow · cool · closest name: khaki
RGB
254, 240, 121
HSL
54°, 99%, 74%
CMYK
0, 6, 52, 0
Luminance
0.8477
Every format
| HEX | #fef079 |
| RGB | rgb(254, 240, 121) |
| HSL | hsl(54, 99%, 74%) |
| CMYK | cmyk(0%, 6%, 52%, 0%) |
| LAB | lab(93.8 -10.2 58.5) |
| LCH | lch(93.8 59.3 99.9) |
| OKLCH | oklch(0.943 0.141 102.6) |
Copy-ready code
/* CSS */
color: #fef079;
background-color: #fef079;
/* Tailwind (arbitrary) */
class="text-[#fef079] bg-[#fef079]"
/* SCSS */
$brand: #fef079;
/* SwiftUI */
Color(red: 0.996, green: 0.941, blue: 0.475)
/* Android */
Color.parseColor("#fef079")Accessibility — WCAG contrast
Aa
#fef079 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef079 on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.1%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow52.4%
Key (black)0.4%
Color previews
#fef079 text on a black background
contrast 17.95:1
Card sample
#fef079 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef079;
Background color
Panel with #fef079 background
background-color: #fef079;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef079;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 240, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 240, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef079; background: linear-gradient(135deg, #fef079, #B3FE79);