#eee4cc
a pale, vivid yellow · warm · closest name: beige
RGB
238, 228, 204
HSL
42°, 50%, 87%
CMYK
0, 4, 14, 7
Luminance
0.7802
Every format
| HEX | #eee4cc |
| RGB | rgb(238, 228, 204) |
| HSL | hsl(42, 50%, 87%) |
| CMYK | cmyk(0%, 4%, 14%, 7%) |
| LAB | lab(90.8 -0.5 12.9) |
| LCH | lch(90.8 12.9 92.4) |
| OKLCH | oklch(0.920 0.034 88.1) |
Copy-ready code
/* CSS */
color: #eee4cc;
background-color: #eee4cc;
/* Tailwind (arbitrary) */
class="text-[#eee4cc] bg-[#eee4cc]"
/* SCSS */
$brand: #eee4cc;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.800)
/* Android */
Color.parseColor("#eee4cc")Accessibility — WCAG contrast
Aa
#eee4cc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee4cc on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow14.3%
Key (black)6.7%
Color previews
#eee4cc text on a black background
contrast 16.60:1
Card sample
#eee4cc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee4cc;
Background color
Panel with #eee4cc background
background-color: #eee4cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee4cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee4cc; background: linear-gradient(135deg, #eee4cc, #E1EECC);