#fef975
a light, electric yellow · cool · closest name: khaki
RGB
254, 249, 117
HSL
58°, 99%, 73%
CMYK
0, 2, 54, 0
Luminance
0.9011
Every format
| HEX | #fef975 |
| RGB | rgb(254, 249, 117) |
| HSL | hsl(58, 99%, 73%) |
| CMYK | cmyk(0%, 2%, 54%, 0%) |
| LAB | lab(96.0 -14.9 62.9) |
| LCH | lch(96.0 64.6 103.3) |
| OKLCH | oklch(0.961 0.153 107.0) |
Copy-ready code
/* CSS */
color: #fef975;
background-color: #fef975;
/* Tailwind (arbitrary) */
class="text-[#fef975] bg-[#fef975]"
/* SCSS */
$brand: #fef975;
/* SwiftUI */
Color(red: 0.996, green: 0.976, blue: 0.459)
/* Android */
Color.parseColor("#fef975")Accessibility — WCAG contrast
Aa
#fef975 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef975 on black: 19.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green97.6%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow53.9%
Key (black)0.4%
Color previews
#fef975 text on a black background
contrast 19.02:1
Card sample
#fef975 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef975;
Background color
Panel with #fef975 background
background-color: #fef975;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef975;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 249, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 249, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef975; background: linear-gradient(135deg, #fef975, #A8FE75);