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