#ecf5df
a pale, vivid green · cool · closest name: beige
RGB
236, 245, 223
HSL
85°, 52%, 92%
CMYK
4, 0, 9, 4
Luminance
0.8847
Every format
| HEX | #ecf5df |
| RGB | rgb(236, 245, 223) |
| HSL | hsl(85, 52%, 92%) |
| CMYK | cmyk(4%, 0%, 9%, 4%) |
| LAB | lab(95.4 -6.8 9.6) |
| LCH | lch(95.4 11.7 125.4) |
| OKLCH | oklch(0.958 0.030 125.2) |
Copy-ready code
/* CSS */
color: #ecf5df;
background-color: #ecf5df;
/* Tailwind (arbitrary) */
class="text-[#ecf5df] bg-[#ecf5df]"
/* SCSS */
$brand: #ecf5df;
/* SwiftUI */
Color(red: 0.925, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#ecf5df")Accessibility — WCAG contrast
Aa
#ecf5df on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf5df on black: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green96.1%
Blue87.5%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#ecf5df text on a black background
contrast 18.69:1
Card sample
#ecf5df text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf5df;
Background color
Panel with #ecf5df background
background-color: #ecf5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf5df; background: linear-gradient(135deg, #ecf5df, #DFF5E1);