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