#ecf6be
a pale, electric green · cool · closest name: beige
RGB
236, 246, 190
HSL
71°, 76%, 86%
CMYK
4, 0, 23, 4
Luminance
0.8746
Every format
| HEX | #ecf6be |
| RGB | rgb(236, 246, 190) |
| HSL | hsl(71, 76%, 86%) |
| CMYK | cmyk(4%, 0%, 23%, 4%) |
| LAB | lab(94.9 -12.4 25.9) |
| LCH | lch(94.9 28.7 115.5) |
| OKLCH | oklch(0.952 0.073 116.0) |
Copy-ready code
/* CSS */
color: #ecf6be;
background-color: #ecf6be;
/* Tailwind (arbitrary) */
class="text-[#ecf6be] bg-[#ecf6be]"
/* SCSS */
$brand: #ecf6be;
/* SwiftUI */
Color(red: 0.925, green: 0.965, blue: 0.745)
/* Android */
Color.parseColor("#ecf6be")Accessibility — WCAG contrast
Aa
#ecf6be on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf6be on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green96.5%
Blue74.5%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow22.8%
Key (black)3.5%
Color previews
#ecf6be text on a black background
contrast 18.49:1
Card sample
#ecf6be text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf6be;
Background color
Panel with #ecf6be background
background-color: #ecf6be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf6be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 246, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 246, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf6be; background: linear-gradient(135deg, #ecf6be, #C7F6BE);