#e7eccf
a pale, soft green · cool · closest name: beige
RGB
231, 236, 207
HSL
70°, 43%, 87%
CMYK
2, 0, 12, 8
Luminance
0.8148
Every format
| HEX | #e7eccf |
| RGB | rgb(231, 236, 207) |
| HSL | hsl(70, 43%, 87%) |
| CMYK | cmyk(2%, 0%, 12%, 8%) |
| LAB | lab(92.3 -6.6 13.5) |
| LCH | lch(92.3 15.0 116.0) |
| OKLCH | oklch(0.932 0.039 115.1) |
Copy-ready code
/* CSS */
color: #e7eccf;
background-color: #e7eccf;
/* Tailwind (arbitrary) */
class="text-[#e7eccf] bg-[#e7eccf]"
/* SCSS */
$brand: #e7eccf;
/* SwiftUI */
Color(red: 0.906, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#e7eccf")Accessibility — WCAG contrast
Aa
#e7eccf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7eccf on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green92.5%
Blue81.2%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#e7eccf text on a black background
contrast 17.30:1
Card sample
#e7eccf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7eccf;
Background color
Panel with #e7eccf background
background-color: #e7eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7eccf; background: linear-gradient(135deg, #e7eccf, #D4ECCF);