#eedd99
a light, vivid yellow · cool · closest name: khaki
RGB
238, 221, 153
HSL
48°, 71%, 77%
CMYK
0, 7, 36, 7
Luminance
0.7219
Every format
| HEX | #eedd99 |
| RGB | rgb(238, 221, 153) |
| HSL | hsl(48, 71%, 77%) |
| CMYK | cmyk(0%, 7%, 36%, 7%) |
| LAB | lab(88.1 -3.8 35.5) |
| LCH | lch(88.1 35.7 96.2) |
| OKLCH | oklch(0.896 0.088 95.8) |
Copy-ready code
/* CSS */
color: #eedd99;
background-color: #eedd99;
/* Tailwind (arbitrary) */
class="text-[#eedd99] bg-[#eedd99]"
/* SCSS */
$brand: #eedd99;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.600)
/* Android */
Color.parseColor("#eedd99")Accessibility — WCAG contrast
Aa
#eedd99 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedd99 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow35.7%
Key (black)6.7%
Color previews
#eedd99 text on a black background
contrast 15.44:1
Card sample
#eedd99 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedd99;
Background color
Panel with #eedd99 background
background-color: #eedd99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedd99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedd99; background: linear-gradient(135deg, #eedd99, #C6EE99);