#e2dfd0
a pale, soft yellow · cool · closest name: beige
RGB
226, 223, 208
HSL
50°, 24%, 85%
CMYK
0, 1, 8, 11
Luminance
0.7350
Every format
| HEX | #e2dfd0 |
| RGB | rgb(226, 223, 208) |
| HSL | hsl(50, 24%, 85%) |
| CMYK | cmyk(0%, 1%, 8%, 11%) |
| LAB | lab(88.7 -1.6 7.7) |
| LCH | lch(88.7 7.9 101.4) |
| OKLCH | oklch(0.902 0.020 97.6) |
Copy-ready code
/* CSS */
color: #e2dfd0;
background-color: #e2dfd0;
/* Tailwind (arbitrary) */
class="text-[#e2dfd0] bg-[#e2dfd0]"
/* SCSS */
$brand: #e2dfd0;
/* SwiftUI */
Color(red: 0.886, green: 0.875, blue: 0.816)
/* Android */
Color.parseColor("#e2dfd0")Accessibility — WCAG contrast
Aa
#e2dfd0 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dfd0 on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green87.5%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow8.0%
Key (black)11.4%
Color previews
#e2dfd0 text on a black background
contrast 15.70:1
Card sample
#e2dfd0 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dfd0;
Background color
Panel with #e2dfd0 background
background-color: #e2dfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 223, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 223, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dfd0; background: linear-gradient(135deg, #e2dfd0, #D9E2D0);