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