#ecf2e2
a pale, soft green · cool · closest name: beige
RGB
236, 242, 226
HSL
83°, 38%, 92%
CMYK
3, 0, 7, 5
Luminance
0.8683
Every format
| HEX | #ecf2e2 |
| RGB | rgb(236, 242, 226) |
| HSL | hsl(83, 38%, 92%) |
| CMYK | cmyk(3%, 0%, 7%, 5%) |
| LAB | lab(94.7 -4.8 7.0) |
| LCH | lch(94.7 8.5 124.2) |
| OKLCH | oklch(0.952 0.022 123.6) |
Copy-ready code
/* CSS */
color: #ecf2e2;
background-color: #ecf2e2;
/* Tailwind (arbitrary) */
class="text-[#ecf2e2] bg-[#ecf2e2]"
/* SCSS */
$brand: #ecf2e2;
/* SwiftUI */
Color(red: 0.925, green: 0.949, blue: 0.886)
/* Android */
Color.parseColor("#ecf2e2")Accessibility — WCAG contrast
Aa
#ecf2e2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf2e2 on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green94.9%
Blue88.6%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow6.6%
Key (black)5.1%
Color previews
#ecf2e2 text on a black background
contrast 18.37:1
Card sample
#ecf2e2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf2e2;
Background color
Panel with #ecf2e2 background
background-color: #ecf2e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf2e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 242, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 242, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf2e2; background: linear-gradient(135deg, #ecf2e2, #E2F2E3);