#fef849
a balanced, electric yellow · cool · closest name: yellow
RGB
254, 248, 73
HSL
58°, 99%, 64%
CMYK
0, 2, 71, 0
Luminance
0.8869
Every format
| HEX | #fef849 |
| RGB | rgb(254, 248, 73) |
| HSL | hsl(58, 99%, 64%) |
| CMYK | cmyk(0%, 2%, 71%, 0%) |
| LAB | lab(95.5 -17.0 79.5) |
| LCH | lch(95.5 81.3 102.1) |
| OKLCH | oklch(0.955 0.184 107.4) |
Copy-ready code
/* CSS */
color: #fef849;
background-color: #fef849;
/* Tailwind (arbitrary) */
class="text-[#fef849] bg-[#fef849]"
/* SCSS */
$brand: #fef849;
/* SwiftUI */
Color(red: 0.996, green: 0.973, blue: 0.286)
/* Android */
Color.parseColor("#fef849")Accessibility — WCAG contrast
Aa
#fef849 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef849 on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green97.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow71.3%
Key (black)0.4%
Color previews
#fef849 text on a black background
contrast 18.74:1
Card sample
#fef849 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef849;
Background color
Panel with #fef849 background
background-color: #fef849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 248, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 248, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef849; background: linear-gradient(135deg, #fef849, #8BFE49);