#eeeabe
a light, vivid yellow · cool · closest name: beige
RGB
238, 234, 190
HSL
55°, 59%, 84%
CMYK
0, 2, 20, 7
Luminance
0.8074
Every format
| HEX | #eeeabe |
| RGB | rgb(238, 234, 190) |
| HSL | hsl(55, 59%, 84%) |
| CMYK | cmyk(0%, 2%, 20%, 7%) |
| LAB | lab(92.0 -5.7 21.9) |
| LCH | lch(92.0 22.6 104.5) |
| OKLCH | oklch(0.929 0.058 103.1) |
Copy-ready code
/* CSS */
color: #eeeabe;
background-color: #eeeabe;
/* Tailwind (arbitrary) */
class="text-[#eeeabe] bg-[#eeeabe]"
/* SCSS */
$brand: #eeeabe;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.745)
/* Android */
Color.parseColor("#eeeabe")Accessibility — WCAG contrast
Aa
#eeeabe on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeabe on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow20.2%
Key (black)6.7%
Color previews
#eeeabe text on a black background
contrast 17.15:1
Card sample
#eeeabe text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeabe;
Background color
Panel with #eeeabe background
background-color: #eeeabe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeabe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeabe; background: linear-gradient(135deg, #eeeabe, #D2EEBE);