#e5dfd2
a pale, soft yellow · warm · closest name: beige
RGB
229, 223, 210
HSL
41°, 27%, 86%
CMYK
0, 3, 8, 10
Luminance
0.7409
Every format
| HEX | #e5dfd2 |
| RGB | rgb(229, 223, 210) |
| HSL | hsl(41, 27%, 86%) |
| CMYK | cmyk(0%, 3%, 8%, 10%) |
| LAB | lab(89.0 -0.2 7.1) |
| LCH | lch(89.0 7.1 91.5) |
| OKLCH | oklch(0.905 0.019 86.2) |
Copy-ready code
/* CSS */
color: #e5dfd2;
background-color: #e5dfd2;
/* Tailwind (arbitrary) */
class="text-[#e5dfd2] bg-[#e5dfd2]"
/* SCSS */
$brand: #e5dfd2;
/* SwiftUI */
Color(red: 0.898, green: 0.875, blue: 0.824)
/* Android */
Color.parseColor("#e5dfd2")Accessibility — WCAG contrast
Aa
#e5dfd2 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5dfd2 on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green87.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow8.3%
Key (black)10.2%
Color previews
#e5dfd2 text on a black background
contrast 15.82:1
Card sample
#e5dfd2 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5dfd2;
Background color
Panel with #e5dfd2 background
background-color: #e5dfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5dfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 223, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 223, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5dfd2; background: linear-gradient(135deg, #e5dfd2, #DEE5D2);