#eee8c4
a pale, vivid yellow · cool · closest name: beige
RGB
238, 232, 196
HSL
51°, 55%, 85%
CMYK
0, 3, 18, 7
Luminance
0.7988
Every format
| HEX | #eee8c4 |
| RGB | rgb(238, 232, 196) |
| HSL | hsl(51, 55%, 85%) |
| CMYK | cmyk(0%, 3%, 18%, 7%) |
| LAB | lab(91.6 -3.8 18.3) |
| LCH | lch(91.6 18.7 101.7) |
| OKLCH | oklch(0.926 0.048 99.4) |
Copy-ready code
/* CSS */
color: #eee8c4;
background-color: #eee8c4;
/* Tailwind (arbitrary) */
class="text-[#eee8c4] bg-[#eee8c4]"
/* SCSS */
$brand: #eee8c4;
/* SwiftUI */
Color(red: 0.933, green: 0.910, blue: 0.769)
/* Android */
Color.parseColor("#eee8c4")Accessibility — WCAG contrast
Aa
#eee8c4 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee8c4 on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.0%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow17.6%
Key (black)6.7%
Color previews
#eee8c4 text on a black background
contrast 16.98:1
Card sample
#eee8c4 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee8c4;
Background color
Panel with #eee8c4 background
background-color: #eee8c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee8c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 232, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 232, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee8c4; background: linear-gradient(135deg, #eee8c4, #D8EEC4);