#fee596
a light, electric yellow · cool · closest name: khaki
RGB
254, 229, 150
HSL
46°, 98%, 79%
CMYK
0, 10, 41, 0
Luminance
0.7931
Every format
| HEX | #fee596 |
| RGB | rgb(254, 229, 150) |
| HSL | hsl(46, 98%, 79%) |
| CMYK | cmyk(0%, 10%, 41%, 0%) |
| LAB | lab(91.4 -2.0 41.6) |
| LCH | lch(91.4 41.7 92.8) |
| OKLCH | oklch(0.925 0.102 92.5) |
Copy-ready code
/* CSS */
color: #fee596;
background-color: #fee596;
/* Tailwind (arbitrary) */
class="text-[#fee596] bg-[#fee596]"
/* SCSS */
$brand: #fee596;
/* SwiftUI */
Color(red: 0.996, green: 0.898, blue: 0.588)
/* Android */
Color.parseColor("#fee596")Accessibility — WCAG contrast
Aa
#fee596 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee596 on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green89.8%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow40.9%
Key (black)0.4%
Color previews
#fee596 text on a black background
contrast 16.86:1
Card sample
#fee596 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee596;
Background color
Panel with #fee596 background
background-color: #fee596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 229, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 229, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee596; background: linear-gradient(135deg, #fee596, #D2FE96);