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