#eeefcd
a pale, vivid yellow · cool · closest name: beige
RGB
238, 239, 205
HSL
62°, 52%, 87%
CMYK
0, 0, 14, 6
Luminance
0.8432
Every format
| HEX | #eeefcd |
| RGB | rgb(238, 239, 205) |
| HSL | hsl(62, 52%, 87%) |
| CMYK | cmyk(0%, 0%, 14%, 6%) |
| LAB | lab(93.6 -6.0 16.4) |
| LCH | lch(93.6 17.4 110.0) |
| OKLCH | oklch(0.943 0.045 108.6) |
Copy-ready code
/* CSS */
color: #eeefcd;
background-color: #eeefcd;
/* Tailwind (arbitrary) */
class="text-[#eeefcd] bg-[#eeefcd]"
/* SCSS */
$brand: #eeefcd;
/* SwiftUI */
Color(red: 0.933, green: 0.937, blue: 0.804)
/* Android */
Color.parseColor("#eeefcd")Accessibility — WCAG contrast
Aa
#eeefcd on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeefcd on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.7%
Blue80.4%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow14.2%
Key (black)6.3%
Color previews
#eeefcd text on a black background
contrast 17.86:1
Card sample
#eeefcd text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeefcd;
Background color
Panel with #eeefcd background
background-color: #eeefcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeefcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 239, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 239, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeefcd; background: linear-gradient(135deg, #eeefcd, #D7EFCD);