#e7ebdc
a pale, soft green · cool · closest name: beige
RGB
231, 235, 220
HSL
76°, 27%, 89%
CMYK
2, 0, 6, 8
Luminance
0.8157
Every format
| HEX | #e7ebdc |
| RGB | rgb(231, 235, 220) |
| HSL | hsl(76, 27%, 89%) |
| CMYK | cmyk(2%, 0%, 6%, 8%) |
| LAB | lab(92.4 -4.0 6.8) |
| LCH | lch(92.4 7.9 120.2) |
| OKLCH | oklch(0.933 0.020 118.9) |
Copy-ready code
/* CSS */
color: #e7ebdc;
background-color: #e7ebdc;
/* Tailwind (arbitrary) */
class="text-[#e7ebdc] bg-[#e7ebdc]"
/* SCSS */
$brand: #e7ebdc;
/* SwiftUI */
Color(red: 0.906, green: 0.922, blue: 0.863)
/* Android */
Color.parseColor("#e7ebdc")Accessibility — WCAG contrast
Aa
#e7ebdc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7ebdc on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green92.2%
Blue86.3%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow6.4%
Key (black)7.8%
Color previews
#e7ebdc text on a black background
contrast 17.31:1
Card sample
#e7ebdc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7ebdc;
Background color
Panel with #e7ebdc background
background-color: #e7ebdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7ebdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 235, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 235, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7ebdc; background: linear-gradient(135deg, #e7ebdc, #DDEBDC);