#eeebca
a pale, vivid yellow · cool · closest name: beige
RGB
238, 235, 202
HSL
55°, 51%, 86%
CMYK
0, 1, 15, 7
Luminance
0.8186
Every format
| HEX | #eeebca |
| RGB | rgb(238, 235, 202) |
| HSL | hsl(55, 51%, 86%) |
| CMYK | cmyk(0%, 1%, 15%, 7%) |
| LAB | lab(92.5 -4.4 16.4) |
| LCH | lch(92.5 17.0 105.0) |
| OKLCH | oklch(0.934 0.043 102.9) |
Copy-ready code
/* CSS */
color: #eeebca;
background-color: #eeebca;
/* Tailwind (arbitrary) */
class="text-[#eeebca] bg-[#eeebca]"
/* SCSS */
$brand: #eeebca;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.792)
/* Android */
Color.parseColor("#eeebca")Accessibility — WCAG contrast
Aa
#eeebca on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeebca on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow15.1%
Key (black)6.7%
Color previews
#eeebca text on a black background
contrast 17.37:1
Card sample
#eeebca text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeebca;
Background color
Panel with #eeebca background
background-color: #eeebca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeebca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeebca; background: linear-gradient(135deg, #eeebca, #D9EECA);