#e0e0d1
a light, soft yellow · cool · closest name: beige
RGB
224, 224, 209
HSL
60°, 20%, 85%
CMYK
0, 0, 7, 12
Luminance
0.7376
Every format
| HEX | #e0e0d1 |
| RGB | rgb(224, 224, 209) |
| HSL | hsl(60, 20%, 85%) |
| CMYK | cmyk(0%, 0%, 7%, 12%) |
| LAB | lab(88.8 -2.6 7.3) |
| LCH | lch(88.8 7.8 109.5) |
| OKLCH | oklch(0.903 0.020 106.8) |
Copy-ready code
/* CSS */
color: #e0e0d1;
background-color: #e0e0d1;
/* Tailwind (arbitrary) */
class="text-[#e0e0d1] bg-[#e0e0d1]"
/* SCSS */
$brand: #e0e0d1;
/* SwiftUI */
Color(red: 0.878, green: 0.878, blue: 0.820)
/* Android */
Color.parseColor("#e0e0d1")Accessibility — WCAG contrast
Aa
#e0e0d1 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0e0d1 on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green87.8%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow6.7%
Key (black)12.2%
Color previews
#e0e0d1 text on a black background
contrast 15.75:1
Card sample
#e0e0d1 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0e0d1;
Background color
Panel with #e0e0d1 background
background-color: #e0e0d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0e0d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 224, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 224, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0e0d1; background: linear-gradient(135deg, #e0e0d1, #D6E0D1);