#eee8cc
a pale, vivid yellow · cool · closest name: beige
RGB
238, 232, 204
HSL
49°, 50%, 87%
CMYK
0, 3, 14, 7
Luminance
0.8025
Every format
| HEX | #eee8cc |
| RGB | rgb(238, 232, 204) |
| HSL | hsl(49, 50%, 87%) |
| CMYK | cmyk(0%, 3%, 14%, 7%) |
| LAB | lab(91.8 -2.6 14.4) |
| LCH | lch(91.8 14.6 100.2) |
| OKLCH | oklch(0.928 0.037 97.1) |
Copy-ready code
/* CSS */
color: #eee8cc;
background-color: #eee8cc;
/* Tailwind (arbitrary) */
class="text-[#eee8cc] bg-[#eee8cc]"
/* SCSS */
$brand: #eee8cc;
/* SwiftUI */
Color(red: 0.933, green: 0.910, blue: 0.800)
/* Android */
Color.parseColor("#eee8cc")Accessibility — WCAG contrast
Aa
#eee8cc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee8cc on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.0%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow14.3%
Key (black)6.7%
Color previews
#eee8cc text on a black background
contrast 17.05:1
Card sample
#eee8cc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee8cc;
Background color
Panel with #eee8cc background
background-color: #eee8cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee8cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 232, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 232, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee8cc; background: linear-gradient(135deg, #eee8cc, #DDEECC);