#ecfbe4
a pale, vivid green · cool · closest name: beige
RGB
236, 251, 228
HSL
99°, 74%, 94%
CMYK
6, 0, 9, 2
Luminance
0.9243
Every format
| HEX | #ecfbe4 |
| RGB | rgb(236, 251, 228) |
| HSL | hsl(99, 74%, 94%) |
| CMYK | cmyk(6%, 0%, 9%, 2%) |
| LAB | lab(97.0 -9.0 9.3) |
| LCH | lch(97.0 12.9 133.8) |
| OKLCH | oklch(0.971 0.034 134.5) |
Copy-ready code
/* CSS */
color: #ecfbe4;
background-color: #ecfbe4;
/* Tailwind (arbitrary) */
class="text-[#ecfbe4] bg-[#ecfbe4]"
/* SCSS */
$brand: #ecfbe4;
/* SwiftUI */
Color(red: 0.925, green: 0.984, blue: 0.894)
/* Android */
Color.parseColor("#ecfbe4")Accessibility — WCAG contrast
Aa
#ecfbe4 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfbe4 on black: 19.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green98.4%
Blue89.4%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow9.2%
Key (black)1.6%
Color previews
#ecfbe4 text on a black background
contrast 19.49:1
Card sample
#ecfbe4 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfbe4;
Background color
Panel with #ecfbe4 background
background-color: #ecfbe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfbe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 251, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 251, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfbe4; background: linear-gradient(135deg, #ecfbe4, #E4FBEB);