#e8ebdb
a pale, soft green · cool · closest name: beige
RGB
232, 235, 219
HSL
71°, 29%, 89%
CMYK
1, 0, 7, 8
Luminance
0.8169
Every format
| HEX | #e8ebdb |
| RGB | rgb(232, 235, 219) |
| HSL | hsl(71, 29%, 89%) |
| CMYK | cmyk(1%, 0%, 7%, 8%) |
| LAB | lab(92.4 -3.8 7.4) |
| LCH | lch(92.4 8.3 117.0) |
| OKLCH | oklch(0.933 0.021 115.4) |
Copy-ready code
/* CSS */
color: #e8ebdb;
background-color: #e8ebdb;
/* Tailwind (arbitrary) */
class="text-[#e8ebdb] bg-[#e8ebdb]"
/* SCSS */
$brand: #e8ebdb;
/* SwiftUI */
Color(red: 0.910, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#e8ebdb")Accessibility — WCAG contrast
Aa
#e8ebdb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8ebdb on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green92.2%
Blue85.9%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#e8ebdb text on a black background
contrast 17.34:1
Card sample
#e8ebdb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8ebdb;
Background color
Panel with #e8ebdb background
background-color: #e8ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8ebdb; background: linear-gradient(135deg, #e8ebdb, #DDEBDB);