#e8efd8
a pale, soft green · cool · closest name: beige
RGB
232, 239, 216
HSL
78°, 42%, 89%
CMYK
3, 0, 10, 6
Luminance
0.8385
Every format
| HEX | #e8efd8 |
| RGB | rgb(232, 239, 216) |
| HSL | hsl(78, 42%, 89%) |
| CMYK | cmyk(3%, 0%, 10%, 6%) |
| LAB | lab(93.4 -6.3 10.3) |
| LCH | lch(93.4 12.1 121.4) |
| OKLCH | oklch(0.941 0.031 120.8) |
Copy-ready code
/* CSS */
color: #e8efd8;
background-color: #e8efd8;
/* Tailwind (arbitrary) */
class="text-[#e8efd8] bg-[#e8efd8]"
/* SCSS */
$brand: #e8efd8;
/* SwiftUI */
Color(red: 0.910, green: 0.937, blue: 0.847)
/* Android */
Color.parseColor("#e8efd8")Accessibility — WCAG contrast
Aa
#e8efd8 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8efd8 on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green93.7%
Blue84.7%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow9.6%
Key (black)6.3%
Color previews
#e8efd8 text on a black background
contrast 17.77:1
Card sample
#e8efd8 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8efd8;
Background color
Panel with #e8efd8 background
background-color: #e8efd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8efd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 239, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 239, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8efd8; background: linear-gradient(135deg, #e8efd8, #D9EFD8);