#fef95c
a light, electric yellow · cool · closest name: yellow
RGB
254, 249, 92
HSL
58°, 99%, 68%
CMYK
0, 2, 64, 0
Luminance
0.8959
Every format
| HEX | #fef95c |
| RGB | rgb(254, 249, 92) |
| HSL | hsl(58, 99%, 68%) |
| CMYK | cmyk(0%, 2%, 64%, 0%) |
| LAB | lab(95.8 -16.6 73.0) |
| LCH | lch(95.8 74.9 102.8) |
| OKLCH | oklch(0.958 0.173 107.5) |
Copy-ready code
/* CSS */
color: #fef95c;
background-color: #fef95c;
/* Tailwind (arbitrary) */
class="text-[#fef95c] bg-[#fef95c]"
/* SCSS */
$brand: #fef95c;
/* SwiftUI */
Color(red: 0.996, green: 0.976, blue: 0.361)
/* Android */
Color.parseColor("#fef95c")Accessibility — WCAG contrast
Aa
#fef95c on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef95c on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green97.6%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow63.8%
Key (black)0.4%
Color previews
#fef95c text on a black background
contrast 18.92:1
Card sample
#fef95c text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef95c;
Background color
Panel with #fef95c background
background-color: #fef95c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef95c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 249, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 249, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef95c; background: linear-gradient(135deg, #fef95c, #97FE5C);