#e5f4cf
a pale, vivid green · cool · closest name: beige
RGB
229, 244, 207
HSL
84°, 63%, 88%
CMYK
6, 0, 15, 4
Luminance
0.8586
Every format
| HEX | #e5f4cf |
| RGB | rgb(229, 244, 207) |
| HSL | hsl(84, 63%, 88%) |
| CMYK | cmyk(6%, 0%, 15%, 4%) |
| LAB | lab(94.3 -11.3 16.2) |
| LCH | lch(94.3 19.7 124.9) |
| OKLCH | oklch(0.946 0.051 125.4) |
Copy-ready code
/* CSS */
color: #e5f4cf;
background-color: #e5f4cf;
/* Tailwind (arbitrary) */
class="text-[#e5f4cf] bg-[#e5f4cf]"
/* SCSS */
$brand: #e5f4cf;
/* SwiftUI */
Color(red: 0.898, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#e5f4cf")Accessibility — WCAG contrast
Aa
#e5f4cf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5f4cf on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green95.7%
Blue81.2%
CMYK percentages
Cyan6.1%
Magenta0.0%
Yellow15.2%
Key (black)4.3%
Color previews
#e5f4cf text on a black background
contrast 18.17:1
Card sample
#e5f4cf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5f4cf;
Background color
Panel with #e5f4cf background
background-color: #e5f4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5f4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5f4cf; background: linear-gradient(135deg, #e5f4cf, #CFF4D2);