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