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