#fef962
a light, electric yellow · cool · closest name: gold
RGB
254, 249, 98
HSL
58°, 99%, 69%
CMYK
0, 2, 61, 0
Luminance
0.8970
Every format
| HEX | #fef962 |
| RGB | rgb(254, 249, 98) |
| HSL | hsl(58, 99%, 69%) |
| CMYK | cmyk(0%, 2%, 61%, 0%) |
| LAB | lab(95.9 -16.2 70.7) |
| LCH | lch(95.9 72.5 102.9) |
| OKLCH | oklch(0.959 0.169 107.4) |
Copy-ready code
/* CSS */
color: #fef962;
background-color: #fef962;
/* Tailwind (arbitrary) */
class="text-[#fef962] bg-[#fef962]"
/* SCSS */
$brand: #fef962;
/* SwiftUI */
Color(red: 0.996, green: 0.976, blue: 0.384)
/* Android */
Color.parseColor("#fef962")Accessibility — WCAG contrast
Aa
#fef962 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef962 on black: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green97.6%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow61.4%
Key (black)0.4%
Color previews
#fef962 text on a black background
contrast 18.94:1
Card sample
#fef962 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef962;
Background color
Panel with #fef962 background
background-color: #fef962;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef962;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 249, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 249, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef962; background: linear-gradient(135deg, #fef962, #9BFE62);