#eeeccd
a pale, vivid yellow · cool · closest name: beige
RGB
238, 236, 205
HSL
56°, 49%, 87%
CMYK
0, 1, 14, 7
Luminance
0.8258
Every format
| HEX | #eeeccd |
| RGB | rgb(238, 236, 205) |
| HSL | hsl(56, 49%, 87%) |
| CMYK | cmyk(0%, 1%, 14%, 7%) |
| LAB | lab(92.8 -4.5 15.3) |
| LCH | lch(92.8 15.9 106.2) |
| OKLCH | oklch(0.937 0.041 104.1) |
Copy-ready code
/* CSS */
color: #eeeccd;
background-color: #eeeccd;
/* Tailwind (arbitrary) */
class="text-[#eeeccd] bg-[#eeeccd]"
/* SCSS */
$brand: #eeeccd;
/* SwiftUI */
Color(red: 0.933, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#eeeccd")Accessibility — WCAG contrast
Aa
#eeeccd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeccd on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow13.9%
Key (black)6.7%
Color previews
#eeeccd text on a black background
contrast 17.52:1
Card sample
#eeeccd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeccd;
Background color
Panel with #eeeccd background
background-color: #eeeccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeccd; background: linear-gradient(135deg, #eeeccd, #DAEECD);