#e3ebdf
a pale, soft green · cool · closest name: beige
RGB
227, 235, 223
HSL
100°, 23%, 90%
CMYK
3, 0, 5, 8
Luminance
0.8108
Every format
| HEX | #e3ebdf |
| RGB | rgb(227, 235, 223) |
| HSL | hsl(100, 23%, 90%) |
| CMYK | cmyk(3%, 0%, 5%, 8%) |
| LAB | lab(92.2 -4.8 4.9) |
| LCH | lch(92.2 6.8 134.5) |
| OKLCH | oklch(0.931 0.018 134.9) |
Copy-ready code
/* CSS */
color: #e3ebdf;
background-color: #e3ebdf;
/* Tailwind (arbitrary) */
class="text-[#e3ebdf] bg-[#e3ebdf]"
/* SCSS */
$brand: #e3ebdf;
/* SwiftUI */
Color(red: 0.890, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#e3ebdf")Accessibility — WCAG contrast
Aa
#e3ebdf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3ebdf on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green92.2%
Blue87.5%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#e3ebdf text on a black background
contrast 17.22:1
Card sample
#e3ebdf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3ebdf;
Background color
Panel with #e3ebdf background
background-color: #e3ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3ebdf; background: linear-gradient(135deg, #e3ebdf, #DFEBE3);