#eeebaa
a light, vivid yellow · cool · closest name: khaki
RGB
238, 235, 170
HSL
57°, 67%, 80%
CMYK
0, 1, 29, 7
Luminance
0.8050
Every format
| HEX | #eeebaa |
| RGB | rgb(238, 235, 170) |
| HSL | hsl(57, 67%, 80%) |
| CMYK | cmyk(0%, 1%, 29%, 7%) |
| LAB | lab(91.9 -8.8 32.0) |
| LCH | lch(91.9 33.2 105.5) |
| OKLCH | oklch(0.927 0.083 105.7) |
Copy-ready code
/* CSS */
color: #eeebaa;
background-color: #eeebaa;
/* Tailwind (arbitrary) */
class="text-[#eeebaa] bg-[#eeebaa]"
/* SCSS */
$brand: #eeebaa;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#eeebaa")Accessibility — WCAG contrast
Aa
#eeebaa on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeebaa on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow28.6%
Key (black)6.7%
Color previews
#eeebaa text on a black background
contrast 17.10:1
Card sample
#eeebaa text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeebaa;
Background color
Panel with #eeebaa background
background-color: #eeebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeebaa; background: linear-gradient(135deg, #eeebaa, #C4EEAA);