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