#ecfbe0
a pale, electric green · cool · closest name: beige
RGB
236, 251, 224
HSL
93°, 77%, 93%
CMYK
6, 0, 11, 2
Luminance
0.9221
Every format
| HEX | #ecfbe0 |
| RGB | rgb(236, 251, 224) |
| HSL | hsl(93, 77%, 93%) |
| CMYK | cmyk(6%, 0%, 11%, 2%) |
| LAB | lab(96.9 -9.6 11.3) |
| LCH | lch(96.9 14.8 130.5) |
| OKLCH | oklch(0.970 0.039 131.0) |
Copy-ready code
/* CSS */
color: #ecfbe0;
background-color: #ecfbe0;
/* Tailwind (arbitrary) */
class="text-[#ecfbe0] bg-[#ecfbe0]"
/* SCSS */
$brand: #ecfbe0;
/* SwiftUI */
Color(red: 0.925, green: 0.984, blue: 0.878)
/* Android */
Color.parseColor("#ecfbe0")Accessibility — WCAG contrast
Aa
#ecfbe0 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfbe0 on black: 19.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green98.4%
Blue87.8%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow10.8%
Key (black)1.6%
Color previews
#ecfbe0 text on a black background
contrast 19.44:1
Card sample
#ecfbe0 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfbe0;
Background color
Panel with #ecfbe0 background
background-color: #ecfbe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfbe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 251, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 251, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfbe0; background: linear-gradient(135deg, #ecfbe0, #E0FBE6);