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