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