#fee295
a light, electric yellow · warm · closest name: khaki
RGB
254, 226, 149
HSL
44°, 98%, 79%
CMYK
0, 11, 41, 0
Luminance
0.7763
Every format
| HEX | #fee295 |
| RGB | rgb(254, 226, 149) |
| HSL | hsl(44, 98%, 79%) |
| CMYK | cmyk(0%, 11%, 41%, 0%) |
| LAB | lab(90.6 -0.6 41.1) |
| LCH | lch(90.6 41.1 90.8) |
| OKLCH | oklch(0.919 0.101 90.3) |
Copy-ready code
/* CSS */
color: #fee295;
background-color: #fee295;
/* Tailwind (arbitrary) */
class="text-[#fee295] bg-[#fee295]"
/* SCSS */
$brand: #fee295;
/* SwiftUI */
Color(red: 0.996, green: 0.886, blue: 0.584)
/* Android */
Color.parseColor("#fee295")Accessibility — WCAG contrast
Aa
#fee295 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee295 on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green88.6%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow41.3%
Key (black)0.4%
Color previews
#fee295 text on a black background
contrast 16.53:1
Card sample
#fee295 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee295;
Background color
Panel with #fee295 background
background-color: #fee295;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee295;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 226, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 226, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee295; background: linear-gradient(135deg, #fee295, #D4FE95);