#e5f0cc
a pale, vivid green · cool · closest name: beige
RGB
229, 240, 204
HSL
78°, 55%, 87%
CMYK
5, 0, 15, 6
Luminance
0.8334
Every format
| HEX | #e5f0cc |
| RGB | rgb(229, 240, 204) |
| HSL | hsl(78, 55%, 87%) |
| CMYK | cmyk(5%, 0%, 15%, 6%) |
| LAB | lab(93.2 -9.8 16.2) |
| LCH | lch(93.2 18.9 121.1) |
| OKLCH | oklch(0.938 0.049 121.2) |
Copy-ready code
/* CSS */
color: #e5f0cc;
background-color: #e5f0cc;
/* Tailwind (arbitrary) */
class="text-[#e5f0cc] bg-[#e5f0cc]"
/* SCSS */
$brand: #e5f0cc;
/* SwiftUI */
Color(red: 0.898, green: 0.941, blue: 0.800)
/* Android */
Color.parseColor("#e5f0cc")Accessibility — WCAG contrast
Aa
#e5f0cc on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5f0cc on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green94.1%
Blue80.0%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow15.0%
Key (black)5.9%
Color previews
#e5f0cc text on a black background
contrast 17.67:1
Card sample
#e5f0cc text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5f0cc;
Background color
Panel with #e5f0cc background
background-color: #e5f0cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5f0cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 240, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 240, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5f0cc; background: linear-gradient(135deg, #e5f0cc, #CDF0CC);