#e4decf
a pale, soft yellow · warm · closest name: beige
RGB
228, 222, 207
HSL
43°, 28%, 85%
CMYK
0, 3, 9, 11
Luminance
0.7324
Every format
| HEX | #e4decf |
| RGB | rgb(228, 222, 207) |
| HSL | hsl(43, 28%, 85%) |
| CMYK | cmyk(0%, 3%, 9%, 11%) |
| LAB | lab(88.6 -0.5 8.1) |
| LCH | lch(88.6 8.1 93.6) |
| OKLCH | oklch(0.901 0.021 88.7) |
Copy-ready code
/* CSS */
color: #e4decf;
background-color: #e4decf;
/* Tailwind (arbitrary) */
class="text-[#e4decf] bg-[#e4decf]"
/* SCSS */
$brand: #e4decf;
/* SwiftUI */
Color(red: 0.894, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#e4decf")Accessibility — WCAG contrast
Aa
#e4decf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4decf on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green87.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow9.2%
Key (black)10.6%
Color previews
#e4decf text on a black background
contrast 15.65:1
Card sample
#e4decf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4decf;
Background color
Panel with #e4decf background
background-color: #e4decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4decf; background: linear-gradient(135deg, #e4decf, #DCE4CF);