#eee75f
a light, electric yellow · cool · closest name: khaki
RGB
238, 231, 95
HSL
57°, 81%, 65%
CMYK
0, 3, 60, 7
Luminance
0.7616
Every format
| HEX | #eee75f |
| RGB | rgb(238, 231, 95) |
| HSL | hsl(57, 81%, 65%) |
| CMYK | cmyk(0%, 3%, 60%, 7%) |
| LAB | lab(89.9 -14.1 65.2) |
| LCH | lch(89.9 66.7 102.2) |
| OKLCH | oklch(0.908 0.155 106.3) |
Copy-ready code
/* CSS */
color: #eee75f;
background-color: #eee75f;
/* Tailwind (arbitrary) */
class="text-[#eee75f] bg-[#eee75f]"
/* SCSS */
$brand: #eee75f;
/* SwiftUI */
Color(red: 0.933, green: 0.906, blue: 0.373)
/* Android */
Color.parseColor("#eee75f")Accessibility — WCAG contrast
Aa
#eee75f on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee75f on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow60.1%
Key (black)6.7%
Color previews
#eee75f text on a black background
contrast 16.23:1
Card sample
#eee75f text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee75f;
Background color
Panel with #eee75f background
background-color: #eee75f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee75f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 231, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 231, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee75f; background: linear-gradient(135deg, #eee75f, #96EE5F);