#eee36c
a light, electric yellow · cool · closest name: khaki
RGB
238, 227, 108
HSL
55°, 79%, 68%
CMYK
0, 5, 55, 7
Luminance
0.7420
Every format
| HEX | #eee36c |
| RGB | rgb(238, 227, 108) |
| HSL | hsl(55, 79%, 68%) |
| CMYK | cmyk(0%, 5%, 55%, 7%) |
| LAB | lab(89.0 -11.2 58.5) |
| LCH | lch(89.0 59.5 100.8) |
| OKLCH | oklch(0.901 0.141 104.0) |
Copy-ready code
/* CSS */
color: #eee36c;
background-color: #eee36c;
/* Tailwind (arbitrary) */
class="text-[#eee36c] bg-[#eee36c]"
/* SCSS */
$brand: #eee36c;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.424)
/* Android */
Color.parseColor("#eee36c")Accessibility — WCAG contrast
Aa
#eee36c on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee36c on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow54.6%
Key (black)6.7%
Color previews
#eee36c text on a black background
contrast 15.84:1
Card sample
#eee36c text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee36c;
Background color
Panel with #eee36c background
background-color: #eee36c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee36c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee36c; background: linear-gradient(135deg, #eee36c, #A2EE6C);