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