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