#eee76b
a light, electric yellow · cool · closest name: khaki
RGB
238, 231, 107
HSL
57°, 79%, 68%
CMYK
0, 3, 55, 7
Luminance
0.7639
Every format
| HEX | #eee76b |
| RGB | rgb(238, 231, 107) |
| HSL | hsl(57, 79%, 68%) |
| CMYK | cmyk(0%, 3%, 55%, 7%) |
| LAB | lab(90.0 -13.2 60.1) |
| LCH | lch(90.0 61.5 102.4) |
| OKLCH | oklch(0.910 0.145 106.0) |
Copy-ready code
/* CSS */
color: #eee76b;
background-color: #eee76b;
/* Tailwind (arbitrary) */
class="text-[#eee76b] bg-[#eee76b]"
/* SCSS */
$brand: #eee76b;
/* SwiftUI */
Color(red: 0.933, green: 0.906, blue: 0.420)
/* Android */
Color.parseColor("#eee76b")Accessibility — WCAG contrast
Aa
#eee76b on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee76b on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.6%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow55.0%
Key (black)6.7%
Color previews
#eee76b text on a black background
contrast 16.28:1
Card sample
#eee76b text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee76b;
Background color
Panel with #eee76b background
background-color: #eee76b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee76b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 231, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 231, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee76b; background: linear-gradient(135deg, #eee76b, #9EEE6B);