#eee569
a light, electric yellow · cool · closest name: khaki
RGB
238, 229, 105
HSL
56°, 80%, 67%
CMYK
0, 4, 56, 7
Luminance
0.7524
Every format
| HEX | #eee569 |
| RGB | rgb(238, 229, 105) |
| HSL | hsl(56, 80%, 67%) |
| CMYK | cmyk(0%, 4%, 56%, 7%) |
| LAB | lab(89.5 -12.4 60.4) |
| LCH | lch(89.5 61.6 101.6) |
| OKLCH | oklch(0.905 0.145 105.1) |
Copy-ready code
/* CSS */
color: #eee569;
background-color: #eee569;
/* Tailwind (arbitrary) */
class="text-[#eee569] bg-[#eee569]"
/* SCSS */
$brand: #eee569;
/* SwiftUI */
Color(red: 0.933, green: 0.898, blue: 0.412)
/* Android */
Color.parseColor("#eee569")Accessibility — WCAG contrast
Aa
#eee569 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee569 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.8%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow55.9%
Key (black)6.7%
Color previews
#eee569 text on a black background
contrast 16.05:1
Card sample
#eee569 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee569;
Background color
Panel with #eee569 background
background-color: #eee569;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee569;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 229, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 229, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee569; background: linear-gradient(135deg, #eee569, #9FEE69);