#e2dfd7
a pale, soft yellow · warm · closest name: beige
RGB
226, 223, 215
HSL
44°, 16%, 87%
CMYK
0, 1, 5, 11
Luminance
0.7385
Every format
| HEX | #e2dfd7 |
| RGB | rgb(226, 223, 215) |
| HSL | hsl(44, 16%, 87%) |
| CMYK | cmyk(0%, 1%, 5%, 11%) |
| LAB | lab(88.8 -0.4 4.3) |
| LCH | lch(88.8 4.3 95.1) |
| OKLCH | oklch(0.904 0.011 89.7) |
Copy-ready code
/* CSS */
color: #e2dfd7;
background-color: #e2dfd7;
/* Tailwind (arbitrary) */
class="text-[#e2dfd7] bg-[#e2dfd7]"
/* SCSS */
$brand: #e2dfd7;
/* SwiftUI */
Color(red: 0.886, green: 0.875, blue: 0.843)
/* Android */
Color.parseColor("#e2dfd7")Accessibility — WCAG contrast
Aa
#e2dfd7 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dfd7 on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green87.5%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow4.9%
Key (black)11.4%
Color previews
#e2dfd7 text on a black background
contrast 15.77:1
Card sample
#e2dfd7 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dfd7;
Background color
Panel with #e2dfd7 background
background-color: #e2dfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 223, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 223, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dfd7; background: linear-gradient(135deg, #e2dfd7, #DEE2D7);