#eeeeda
a pale, soft yellow · cool · closest name: beige
RGB
238, 238, 218
HSL
60°, 37%, 89%
CMYK
0, 0, 8, 7
Luminance
0.8439
Every format
| HEX | #eeeeda |
| RGB | rgb(238, 238, 218) |
| HSL | hsl(60, 37%, 89%) |
| CMYK | cmyk(0%, 0%, 8%, 7%) |
| LAB | lab(93.6 -3.4 9.7) |
| LCH | lch(93.6 10.3 109.3) |
| OKLCH | oklch(0.944 0.026 106.9) |
Copy-ready code
/* CSS */
color: #eeeeda;
background-color: #eeeeda;
/* Tailwind (arbitrary) */
class="text-[#eeeeda] bg-[#eeeeda]"
/* SCSS */
$brand: #eeeeda;
/* SwiftUI */
Color(red: 0.933, green: 0.933, blue: 0.855)
/* Android */
Color.parseColor("#eeeeda")Accessibility — WCAG contrast
Aa
#eeeeda on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeeda on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.3%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow8.4%
Key (black)6.7%
Color previews
#eeeeda text on a black background
contrast 17.88:1
Card sample
#eeeeda text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeeda;
Background color
Panel with #eeeeda background
background-color: #eeeeda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeeda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 238, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 238, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeeda; background: linear-gradient(135deg, #eeeeda, #E1EEDA);