#eeeba2
a light, vivid yellow · cool · closest name: khaki
RGB
238, 235, 162
HSL
58°, 69%, 78%
CMYK
0, 1, 32, 7
Luminance
0.8020
Every format
| HEX | #eeeba2 |
| RGB | rgb(238, 235, 162) |
| HSL | hsl(58, 69%, 78%) |
| CMYK | cmyk(0%, 1%, 32%, 7%) |
| LAB | lab(91.8 -9.8 35.9) |
| LCH | lch(91.8 37.2 105.3) |
| OKLCH | oklch(0.926 0.093 106.1) |
Copy-ready code
/* CSS */
color: #eeeba2;
background-color: #eeeba2;
/* Tailwind (arbitrary) */
class="text-[#eeeba2] bg-[#eeeba2]"
/* SCSS */
$brand: #eeeba2;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.635)
/* Android */
Color.parseColor("#eeeba2")Accessibility — WCAG contrast
Aa
#eeeba2 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeba2 on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow31.9%
Key (black)6.7%
Color previews
#eeeba2 text on a black background
contrast 17.04:1
Card sample
#eeeba2 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeba2;
Background color
Panel with #eeeba2 background
background-color: #eeeba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeba2; background: linear-gradient(135deg, #eeeba2, #BEEEA2);