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