#feee19
a balanced, electric yellow · cool · closest name: yellow
RGB
254, 238, 25
HSL
56°, 99%, 55%
CMYK
0, 6, 90, 0
Luminance
0.8229
Every format
| HEX | #feee19 |
| RGB | rgb(254, 238, 25) |
| HSL | hsl(56, 99%, 55%) |
| CMYK | cmyk(0%, 6%, 90%, 0%) |
| LAB | lab(92.7 -13.6 88.9) |
| LCH | lch(92.7 89.9 98.7) |
| OKLCH | oklch(0.932 0.194 104.5) |
Copy-ready code
/* CSS */
color: #feee19;
background-color: #feee19;
/* Tailwind (arbitrary) */
class="text-[#feee19] bg-[#feee19]"
/* SCSS */
$brand: #feee19;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.098)
/* Android */
Color.parseColor("#feee19")Accessibility — WCAG contrast
Aa
#feee19 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feee19 on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow90.2%
Key (black)0.4%
Color previews
#feee19 text on a black background
contrast 17.46:1
Card sample
#feee19 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feee19;
Background color
Panel with #feee19 background
background-color: #feee19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feee19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feee19; background: linear-gradient(135deg, #feee19, #75FE19);