#eeeab2
a light, vivid yellow · cool · closest name: beige
RGB
238, 234, 178
HSL
56°, 64%, 82%
CMYK
0, 2, 25, 7
Luminance
0.8024
Every format
| HEX | #eeeab2 |
| RGB | rgb(238, 234, 178) |
| HSL | hsl(56, 64%, 82%) |
| CMYK | cmyk(0%, 2%, 25%, 7%) |
| LAB | lab(91.8 -7.3 27.8) |
| LCH | lch(91.8 28.7 104.7) |
| OKLCH | oklch(0.927 0.072 104.3) |
Copy-ready code
/* CSS */
color: #eeeab2;
background-color: #eeeab2;
/* Tailwind (arbitrary) */
class="text-[#eeeab2] bg-[#eeeab2]"
/* SCSS */
$brand: #eeeab2;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.698)
/* Android */
Color.parseColor("#eeeab2")Accessibility — WCAG contrast
Aa
#eeeab2 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeab2 on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow25.2%
Key (black)6.7%
Color previews
#eeeab2 text on a black background
contrast 17.05:1
Card sample
#eeeab2 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeab2;
Background color
Panel with #eeeab2 background
background-color: #eeeab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeab2; background: linear-gradient(135deg, #eeeab2, #CAEEB2);