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