#e4f3e2
a pale, soft green · cool · closest name: beige
RGB
228, 243, 226
HSL
113°, 42%, 92%
CMYK
6, 0, 7, 5
Luminance
0.8609
Every format
| HEX | #e4f3e2 |
| RGB | rgb(228, 243, 226) |
| HSL | hsl(113, 42%, 92%) |
| CMYK | cmyk(6%, 0%, 7%, 5%) |
| LAB | lab(94.3 -8.0 6.5) |
| LCH | lch(94.3 10.3 140.8) |
| OKLCH | oklch(0.948 0.028 142.0) |
Copy-ready code
/* CSS */
color: #e4f3e2;
background-color: #e4f3e2;
/* Tailwind (arbitrary) */
class="text-[#e4f3e2] bg-[#e4f3e2]"
/* SCSS */
$brand: #e4f3e2;
/* SwiftUI */
Color(red: 0.894, green: 0.953, blue: 0.886)
/* Android */
Color.parseColor("#e4f3e2")Accessibility — WCAG contrast
Aa
#e4f3e2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4f3e2 on black: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green95.3%
Blue88.6%
CMYK percentages
Cyan6.2%
Magenta0.0%
Yellow7.0%
Key (black)4.7%
Color previews
#e4f3e2 text on a black background
contrast 18.22:1
Card sample
#e4f3e2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4f3e2;
Background color
Panel with #e4f3e2 background
background-color: #e4f3e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4f3e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 243, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 243, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4f3e2; background: linear-gradient(135deg, #e4f3e2, #E2F3EB);