#eeeadd
a pale, soft yellow · cool · closest name: beige
RGB
238, 234, 221
HSL
46°, 33%, 90%
CMYK
0, 2, 7, 7
Luminance
0.8224
Every format
| HEX | #eeeadd |
| RGB | rgb(238, 234, 221) |
| HSL | hsl(46, 33%, 90%) |
| CMYK | cmyk(0%, 2%, 7%, 7%) |
| LAB | lab(92.7 -0.9 6.8) |
| LCH | lch(92.7 6.8 97.4) |
| OKLCH | oklch(0.937 0.018 92.7) |
Copy-ready code
/* CSS */
color: #eeeadd;
background-color: #eeeadd;
/* Tailwind (arbitrary) */
class="text-[#eeeadd] bg-[#eeeadd]"
/* SCSS */
$brand: #eeeadd;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.867)
/* Android */
Color.parseColor("#eeeadd")Accessibility — WCAG contrast
Aa
#eeeadd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeadd on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue86.7%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow7.1%
Key (black)6.7%
Color previews
#eeeadd text on a black background
contrast 17.45:1
Card sample
#eeeadd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeadd;
Background color
Panel with #eeeadd background
background-color: #eeeadd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeadd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeadd; background: linear-gradient(135deg, #eeeadd, #E7EEDD);