#e5f3eb
a pale, soft green · cool · closest name: ivory
RGB
229, 243, 235
HSL
146°, 37%, 93%
CMYK
6, 0, 3, 5
Luminance
0.8676
Every format
| HEX | #e5f3eb |
| RGB | rgb(229, 243, 235) |
| HSL | hsl(146, 37%, 93%) |
| CMYK | cmyk(6%, 0%, 3%, 5%) |
| LAB | lab(94.6 -6.1 2.3) |
| LCH | lch(94.6 6.5 159.5) |
| OKLCH | oklch(0.952 0.018 161.1) |
Copy-ready code
/* CSS */
color: #e5f3eb;
background-color: #e5f3eb;
/* Tailwind (arbitrary) */
class="text-[#e5f3eb] bg-[#e5f3eb]"
/* SCSS */
$brand: #e5f3eb;
/* SwiftUI */
Color(red: 0.898, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#e5f3eb")Accessibility — WCAG contrast
Aa
#e5f3eb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5f3eb on black: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green95.3%
Blue92.2%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow3.3%
Key (black)4.7%
Color previews
#e5f3eb text on a black background
contrast 18.35:1
Card sample
#e5f3eb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5f3eb;
Background color
Panel with #e5f3eb background
background-color: #e5f3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5f3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5f3eb; background: linear-gradient(135deg, #e5f3eb, #E5F2F3);