#eee95b
a balanced, electric yellow · cool · closest name: khaki
RGB
238, 233, 91
HSL
58°, 81%, 65%
CMYK
0, 2, 62, 7
Luminance
0.7721
Every format
| HEX | #eee95b |
| RGB | rgb(238, 233, 91) |
| HSL | hsl(58, 81%, 65%) |
| CMYK | cmyk(0%, 2%, 62%, 7%) |
| LAB | lab(90.4 -15.3 67.4) |
| LCH | lch(90.4 69.1 102.8) |
| OKLCH | oklch(0.912 0.160 107.3) |
Copy-ready code
/* CSS */
color: #eee95b;
background-color: #eee95b;
/* Tailwind (arbitrary) */
class="text-[#eee95b] bg-[#eee95b]"
/* SCSS */
$brand: #eee95b;
/* SwiftUI */
Color(red: 0.933, green: 0.914, blue: 0.357)
/* Android */
Color.parseColor("#eee95b")Accessibility — WCAG contrast
Aa
#eee95b on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee95b on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.4%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow61.8%
Key (black)6.7%
Color previews
#eee95b text on a black background
contrast 16.44:1
Card sample
#eee95b text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee95b;
Background color
Panel with #eee95b background
background-color: #eee95b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee95b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 233, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 233, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee95b; background: linear-gradient(135deg, #eee95b, #91EE5B);