#fff94e
a light, electric yellow · cool · closest name: yellow
RGB
255, 249, 78
HSL
58°, 100%, 65%
CMYK
0, 2, 69, 0
Luminance
0.8956
Every format
| HEX | #fff94e |
| RGB | rgb(255, 249, 78) |
| HSL | hsl(58, 100%, 65%) |
| CMYK | cmyk(0%, 2%, 69%, 0%) |
| LAB | lab(95.8 -16.9 78.2) |
| LCH | lch(95.8 80.0 102.2) |
| OKLCH | oklch(0.958 0.182 107.4) |
Copy-ready code
/* CSS */
color: #fff94e;
background-color: #fff94e;
/* Tailwind (arbitrary) */
class="text-[#fff94e] bg-[#fff94e]"
/* SCSS */
$brand: #fff94e;
/* SwiftUI */
Color(red: 1.000, green: 0.976, blue: 0.306)
/* Android */
Color.parseColor("#fff94e")Accessibility — WCAG contrast
Aa
#fff94e on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff94e on black: 18.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.6%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow69.4%
Key (black)0.0%
Color previews
#fff94e text on a black background
contrast 18.91:1
Card sample
#fff94e text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff94e;
Background color
Panel with #fff94e background
background-color: #fff94e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff94e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 249, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 249, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff94e; background: linear-gradient(135deg, #fff94e, #8FFF4E);