#eee8cf
a pale, vivid yellow · cool · closest name: beige
RGB
238, 232, 207
HSL
48°, 48%, 87%
CMYK
0, 3, 13, 7
Luminance
0.8040
Every format
| HEX | #eee8cf |
| RGB | rgb(238, 232, 207) |
| HSL | hsl(48, 48%, 87%) |
| CMYK | cmyk(0%, 3%, 13%, 7%) |
| LAB | lab(91.9 -2.1 12.9) |
| LCH | lch(91.9 13.1 99.3) |
| OKLCH | oklch(0.929 0.034 95.9) |
Copy-ready code
/* CSS */
color: #eee8cf;
background-color: #eee8cf;
/* Tailwind (arbitrary) */
class="text-[#eee8cf] bg-[#eee8cf]"
/* SCSS */
$brand: #eee8cf;
/* SwiftUI */
Color(red: 0.933, green: 0.910, blue: 0.812)
/* Android */
Color.parseColor("#eee8cf")Accessibility — WCAG contrast
Aa
#eee8cf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee8cf on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow13.0%
Key (black)6.7%
Color previews
#eee8cf text on a black background
contrast 17.08:1
Card sample
#eee8cf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee8cf;
Background color
Panel with #eee8cf background
background-color: #eee8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 232, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 232, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee8cf; background: linear-gradient(135deg, #eee8cf, #DFEECF);