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