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