#e0ebdb
a pale, soft green · cool · closest name: beige
RGB
224, 235, 219
HSL
101°, 29%, 89%
CMYK
5, 0, 7, 8
Luminance
0.8038
Every format
| HEX | #e0ebdb |
| RGB | rgb(224, 235, 219) |
| HSL | hsl(101, 29%, 89%) |
| CMYK | cmyk(5%, 0%, 7%, 8%) |
| LAB | lab(91.8 -6.5 6.5) |
| LCH | lch(91.8 9.2 135.0) |
| OKLCH | oklch(0.927 0.024 135.7) |
Copy-ready code
/* CSS */
color: #e0ebdb;
background-color: #e0ebdb;
/* Tailwind (arbitrary) */
class="text-[#e0ebdb] bg-[#e0ebdb]"
/* SCSS */
$brand: #e0ebdb;
/* SwiftUI */
Color(red: 0.878, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#e0ebdb")Accessibility — WCAG contrast
Aa
#e0ebdb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0ebdb on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green92.2%
Blue85.9%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#e0ebdb text on a black background
contrast 17.08:1
Card sample
#e0ebdb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0ebdb;
Background color
Panel with #e0ebdb background
background-color: #e0ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0ebdb; background: linear-gradient(135deg, #e0ebdb, #DBEBE1);