#eedd88
a light, electric yellow · cool · closest name: khaki
RGB
238, 221, 136
HSL
50°, 75%, 73%
CMYK
0, 7, 43, 7
Luminance
0.7167
Every format
| HEX | #eedd88 |
| RGB | rgb(238, 221, 136) |
| HSL | hsl(50, 75%, 73%) |
| CMYK | cmyk(0%, 7%, 43%, 7%) |
| LAB | lab(87.8 -5.7 43.7) |
| LCH | lch(87.8 44.1 97.4) |
| OKLCH | oklch(0.893 0.107 98.3) |
Copy-ready code
/* CSS */
color: #eedd88;
background-color: #eedd88;
/* Tailwind (arbitrary) */
class="text-[#eedd88] bg-[#eedd88]"
/* SCSS */
$brand: #eedd88;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.533)
/* Android */
Color.parseColor("#eedd88")Accessibility — WCAG contrast
Aa
#eedd88 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedd88 on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow42.9%
Key (black)6.7%
Color previews
#eedd88 text on a black background
contrast 15.33:1
Card sample
#eedd88 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedd88;
Background color
Panel with #eedd88 background
background-color: #eedd88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedd88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedd88; background: linear-gradient(135deg, #eedd88, #BBEE88);