#eee674
a light, electric yellow · cool · closest name: khaki
RGB
238, 230, 116
HSL
56°, 78%, 69%
CMYK
0, 3, 51, 7
Luminance
0.7603
Every format
| HEX | #eee674 |
| RGB | rgb(238, 230, 116) |
| HSL | hsl(56, 78%, 69%) |
| CMYK | cmyk(0%, 3%, 51%, 7%) |
| LAB | lab(89.9 -12.0 55.8) |
| LCH | lch(89.9 57.1 102.1) |
| OKLCH | oklch(0.909 0.136 105.2) |
Copy-ready code
/* CSS */
color: #eee674;
background-color: #eee674;
/* Tailwind (arbitrary) */
class="text-[#eee674] bg-[#eee674]"
/* SCSS */
$brand: #eee674;
/* SwiftUI */
Color(red: 0.933, green: 0.902, blue: 0.455)
/* Android */
Color.parseColor("#eee674")Accessibility — WCAG contrast
Aa
#eee674 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee674 on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.2%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow51.3%
Key (black)6.7%
Color previews
#eee674 text on a black background
contrast 16.21:1
Card sample
#eee674 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee674;
Background color
Panel with #eee674 background
background-color: #eee674;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee674;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 230, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 230, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee674; background: linear-gradient(135deg, #eee674, #A5EE74);