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