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