#e1dfd2
a pale, soft yellow · cool · closest name: beige
RGB
225, 223, 210
HSL
52°, 20%, 85%
CMYK
0, 1, 7, 12
Luminance
0.7344
Every format
| HEX | #e1dfd2 |
| RGB | rgb(225, 223, 210) |
| HSL | hsl(52, 20%, 85%) |
| CMYK | cmyk(0%, 1%, 7%, 12%) |
| LAB | lab(88.7 -1.6 6.6) |
| LCH | lch(88.7 6.8 103.4) |
| OKLCH | oklch(0.902 0.018 99.6) |
Copy-ready code
/* CSS */
color: #e1dfd2;
background-color: #e1dfd2;
/* Tailwind (arbitrary) */
class="text-[#e1dfd2] bg-[#e1dfd2]"
/* SCSS */
$brand: #e1dfd2;
/* SwiftUI */
Color(red: 0.882, green: 0.875, blue: 0.824)
/* Android */
Color.parseColor("#e1dfd2")Accessibility — WCAG contrast
Aa
#e1dfd2 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1dfd2 on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green87.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta0.9%
Yellow6.7%
Key (black)11.8%
Color previews
#e1dfd2 text on a black background
contrast 15.69:1
Card sample
#e1dfd2 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1dfd2;
Background color
Panel with #e1dfd2 background
background-color: #e1dfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1dfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 223, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 223, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1dfd2; background: linear-gradient(135deg, #e1dfd2, #D9E1D2);