#e4e4d6
a pale, soft yellow · cool · closest name: beige
RGB
228, 228, 214
HSL
60°, 21%, 87%
CMYK
0, 0, 6, 11
Luminance
0.7684
Every format
| HEX | #e4e4d6 |
| RGB | rgb(228, 228, 214) |
| HSL | hsl(60, 21%, 87%) |
| CMYK | cmyk(0%, 0%, 6%, 11%) |
| LAB | lab(90.3 -2.4 6.8) |
| LCH | lch(90.3 7.3 109.6) |
| OKLCH | oklch(0.915 0.019 106.8) |
Copy-ready code
/* CSS */
color: #e4e4d6;
background-color: #e4e4d6;
/* Tailwind (arbitrary) */
class="text-[#e4e4d6] bg-[#e4e4d6]"
/* SCSS */
$brand: #e4e4d6;
/* SwiftUI */
Color(red: 0.894, green: 0.894, blue: 0.839)
/* Android */
Color.parseColor("#e4e4d6")Accessibility — WCAG contrast
Aa
#e4e4d6 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4e4d6 on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green89.4%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow6.1%
Key (black)10.6%
Color previews
#e4e4d6 text on a black background
contrast 16.37:1
Card sample
#e4e4d6 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4e4d6;
Background color
Panel with #e4e4d6 background
background-color: #e4e4d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4e4d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 228, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 228, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4e4d6; background: linear-gradient(135deg, #e4e4d6, #DBE4D6);