#e2ebcf
a pale, soft green · cool · closest name: beige
RGB
226, 235, 207
HSL
79°, 41%, 87%
CMYK
4, 0, 12, 8
Luminance
0.8009
Every format
| HEX | #e2ebcf |
| RGB | rgb(226, 235, 207) |
| HSL | hsl(79, 41%, 87%) |
| CMYK | cmyk(4%, 0%, 12%, 8%) |
| LAB | lab(91.7 -7.8 12.6) |
| LCH | lch(91.7 14.8 122.0) |
| OKLCH | oklch(0.926 0.038 121.7) |
Copy-ready code
/* CSS */
color: #e2ebcf;
background-color: #e2ebcf;
/* Tailwind (arbitrary) */
class="text-[#e2ebcf] bg-[#e2ebcf]"
/* SCSS */
$brand: #e2ebcf;
/* SwiftUI */
Color(red: 0.886, green: 0.922, blue: 0.812)
/* Android */
Color.parseColor("#e2ebcf")Accessibility — WCAG contrast
Aa
#e2ebcf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ebcf on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green92.2%
Blue81.2%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow11.9%
Key (black)7.8%
Color previews
#e2ebcf text on a black background
contrast 17.02:1
Card sample
#e2ebcf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ebcf;
Background color
Panel with #e2ebcf background
background-color: #e2ebcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ebcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 235, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 235, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ebcf; background: linear-gradient(135deg, #e2ebcf, #CFEBCF);