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