#eeebd4
a pale, soft yellow · cool · closest name: beige
RGB
238, 235, 212
HSL
53°, 43%, 88%
CMYK
0, 1, 11, 7
Luminance
0.8235
Every format
| HEX | #eeebd4 |
| RGB | rgb(238, 235, 212) |
| HSL | hsl(53, 43%, 88%) |
| CMYK | cmyk(0%, 1%, 11%, 7%) |
| LAB | lab(92.7 -2.9 11.5) |
| LCH | lch(92.7 11.9 103.9) |
| OKLCH | oklch(0.936 0.031 100.9) |
Copy-ready code
/* CSS */
color: #eeebd4;
background-color: #eeebd4;
/* Tailwind (arbitrary) */
class="text-[#eeebd4] bg-[#eeebd4]"
/* SCSS */
$brand: #eeebd4;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.831)
/* Android */
Color.parseColor("#eeebd4")Accessibility — WCAG contrast
Aa
#eeebd4 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeebd4 on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow10.9%
Key (black)6.7%
Color previews
#eeebd4 text on a black background
contrast 17.47:1
Card sample
#eeebd4 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeebd4;
Background color
Panel with #eeebd4 background
background-color: #eeebd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeebd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeebd4; background: linear-gradient(135deg, #eeebd4, #E0EED4);