#e4eacf
a pale, soft green · cool · closest name: beige
RGB
228, 234, 207
HSL
73°, 39%, 87%
CMYK
3, 0, 12, 8
Luminance
0.7984
Every format
| HEX | #e4eacf |
| RGB | rgb(228, 234, 207) |
| HSL | hsl(73, 39%, 87%) |
| CMYK | cmyk(3%, 0%, 12%, 8%) |
| LAB | lab(91.6 -6.6 12.4) |
| LCH | lch(91.6 14.1 118.1) |
| OKLCH | oklch(0.925 0.036 117.3) |
Copy-ready code
/* CSS */
color: #e4eacf;
background-color: #e4eacf;
/* Tailwind (arbitrary) */
class="text-[#e4eacf] bg-[#e4eacf]"
/* SCSS */
$brand: #e4eacf;
/* SwiftUI */
Color(red: 0.894, green: 0.918, blue: 0.812)
/* Android */
Color.parseColor("#e4eacf")Accessibility — WCAG contrast
Aa
#e4eacf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4eacf on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green91.8%
Blue81.2%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow11.5%
Key (black)8.2%
Color previews
#e4eacf text on a black background
contrast 16.97:1
Card sample
#e4eacf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4eacf;
Background color
Panel with #e4eacf background
background-color: #e4eacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4eacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 234, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 234, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4eacf; background: linear-gradient(135deg, #e4eacf, #D2EACF);