#ecfccb
a pale, electric green · cool · closest name: beige
RGB
236, 252, 203
HSL
80°, 89%, 89%
CMYK
6, 0, 19, 1
Luminance
0.9177
Every format
| HEX | #ecfccb |
| RGB | rgb(236, 252, 203) |
| HSL | hsl(80, 89%, 89%) |
| CMYK | cmyk(6%, 0%, 19%, 1%) |
| LAB | lab(96.7 -13.4 21.8) |
| LCH | lch(96.7 25.6 121.7) |
| OKLCH | oklch(0.967 0.066 122.3) |
Copy-ready code
/* CSS */
color: #ecfccb;
background-color: #ecfccb;
/* Tailwind (arbitrary) */
class="text-[#ecfccb] bg-[#ecfccb]"
/* SCSS */
$brand: #ecfccb;
/* SwiftUI */
Color(red: 0.925, green: 0.988, blue: 0.796)
/* Android */
Color.parseColor("#ecfccb")Accessibility — WCAG contrast
Aa
#ecfccb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfccb on black: 19.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green98.8%
Blue79.6%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow19.4%
Key (black)1.2%
Color previews
#ecfccb text on a black background
contrast 19.35:1
Card sample
#ecfccb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfccb;
Background color
Panel with #ecfccb background
background-color: #ecfccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 252, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 252, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfccb; background: linear-gradient(135deg, #ecfccb, #CBFCCB);