#e5f3df
a pale, vivid green · cool · closest name: beige
RGB
229, 243, 223
HSL
102°, 46%, 91%
CMYK
6, 0, 8, 5
Luminance
0.8609
Every format
| HEX | #e5f3df |
| RGB | rgb(229, 243, 223) |
| HSL | hsl(102, 46%, 91%) |
| CMYK | cmyk(6%, 0%, 8%, 5%) |
| LAB | lab(94.3 -8.2 8.1) |
| LCH | lch(94.3 11.5 135.4) |
| OKLCH | oklch(0.948 0.030 136.1) |
Copy-ready code
/* CSS */
color: #e5f3df;
background-color: #e5f3df;
/* Tailwind (arbitrary) */
class="text-[#e5f3df] bg-[#e5f3df]"
/* SCSS */
$brand: #e5f3df;
/* SwiftUI */
Color(red: 0.898, green: 0.953, blue: 0.875)
/* Android */
Color.parseColor("#e5f3df")Accessibility — WCAG contrast
Aa
#e5f3df on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5f3df on black: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green95.3%
Blue87.5%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow8.2%
Key (black)4.7%
Color previews
#e5f3df text on a black background
contrast 18.22:1
Card sample
#e5f3df text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5f3df;
Background color
Panel with #e5f3df background
background-color: #e5f3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5f3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 243, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 243, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5f3df; background: linear-gradient(135deg, #e5f3df, #DFF3E6);