#fee96f
a light, electric yellow · cool · closest name: khaki
RGB
254, 233, 111
HSL
51°, 99%, 72%
CMYK
0, 8, 56, 0
Luminance
0.8050
Every format
| HEX | #fee96f |
| RGB | rgb(254, 233, 111) |
| HSL | hsl(51, 99%, 72%) |
| CMYK | cmyk(0%, 8%, 56%, 0%) |
| LAB | lab(91.9 -7.5 60.8) |
| LCH | lch(91.9 61.3 97.0) |
| OKLCH | oklch(0.928 0.143 99.7) |
Copy-ready code
/* CSS */
color: #fee96f;
background-color: #fee96f;
/* Tailwind (arbitrary) */
class="text-[#fee96f] bg-[#fee96f]"
/* SCSS */
$brand: #fee96f;
/* SwiftUI */
Color(red: 0.996, green: 0.914, blue: 0.435)
/* Android */
Color.parseColor("#fee96f")Accessibility — WCAG contrast
Aa
#fee96f on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee96f on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.4%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow56.3%
Key (black)0.4%
Color previews
#fee96f text on a black background
contrast 17.10:1
Card sample
#fee96f text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee96f;
Background color
Panel with #fee96f background
background-color: #fee96f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee96f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 233, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 233, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee96f; background: linear-gradient(135deg, #fee96f, #B4FE6F);