#e5f4df
a pale, vivid green · cool · closest name: beige
RGB
229, 244, 223
HSL
103°, 49%, 92%
CMYK
6, 0, 9, 4
Luminance
0.8669
Every format
| HEX | #e5f4df |
| RGB | rgb(229, 244, 223) |
| HSL | hsl(103, 49%, 92%) |
| CMYK | cmyk(6%, 0%, 9%, 4%) |
| LAB | lab(94.6 -8.7 8.4) |
| LCH | lch(94.6 12.1 135.8) |
| OKLCH | oklch(0.950 0.032 136.6) |
Copy-ready code
/* CSS */
color: #e5f4df;
background-color: #e5f4df;
/* Tailwind (arbitrary) */
class="text-[#e5f4df] bg-[#e5f4df]"
/* SCSS */
$brand: #e5f4df;
/* SwiftUI */
Color(red: 0.898, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#e5f4df")Accessibility — WCAG contrast
Aa
#e5f4df on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5f4df on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green95.7%
Blue87.5%
CMYK percentages
Cyan6.1%
Magenta0.0%
Yellow8.6%
Key (black)4.3%
Color previews
#e5f4df text on a black background
contrast 18.34:1
Card sample
#e5f4df text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5f4df;
Background color
Panel with #e5f4df background
background-color: #e5f4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5f4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5f4df; background: linear-gradient(135deg, #e5f4df, #DFF4E7);