#eeecba
a light, vivid yellow · cool · closest name: beige
RGB
238, 236, 186
HSL
58°, 61%, 83%
CMYK
0, 1, 22, 7
Luminance
0.8171
Every format
| HEX | #eeecba |
| RGB | rgb(238, 236, 186) |
| HSL | hsl(58, 61%, 83%) |
| CMYK | cmyk(0%, 1%, 22%, 7%) |
| LAB | lab(92.5 -7.2 24.6) |
| LCH | lch(92.5 25.6 106.4) |
| OKLCH | oklch(0.932 0.065 105.7) |
Copy-ready code
/* CSS */
color: #eeecba;
background-color: #eeecba;
/* Tailwind (arbitrary) */
class="text-[#eeecba] bg-[#eeecba]"
/* SCSS */
$brand: #eeecba;
/* SwiftUI */
Color(red: 0.933, green: 0.925, blue: 0.729)
/* Android */
Color.parseColor("#eeecba")Accessibility — WCAG contrast
Aa
#eeecba on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeecba on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow21.8%
Key (black)6.7%
Color previews
#eeecba text on a black background
contrast 17.34:1
Card sample
#eeecba text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeecba;
Background color
Panel with #eeecba background
background-color: #eeecba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeecba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 236, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 236, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeecba; background: linear-gradient(135deg, #eeecba, #CDEEBA);