#c4ecad
a light, vivid green · cool · closest name: khaki
RGB
196, 236, 173
HSL
98°, 62%, 80%
CMYK
17, 0, 27, 8
Luminance
0.7474
Every format
| HEX | #c4ecad |
| RGB | rgb(196, 236, 173) |
| HSL | hsl(98, 62%, 80%) |
| CMYK | cmyk(17%, 0%, 27%, 8%) |
| LAB | lab(89.3 -24.1 26.4) |
| LCH | lch(89.3 35.8 132.4) |
| OKLCH | oklch(0.899 0.093 134.4) |
Copy-ready code
/* CSS */
color: #c4ecad;
background-color: #c4ecad;
/* Tailwind (arbitrary) */
class="text-[#c4ecad] bg-[#c4ecad]"
/* SCSS */
$brand: #c4ecad;
/* SwiftUI */
Color(red: 0.769, green: 0.925, blue: 0.678)
/* Android */
Color.parseColor("#c4ecad")Accessibility — WCAG contrast
Aa
#c4ecad on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ecad on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green92.5%
Blue67.8%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow26.7%
Key (black)7.5%
Color previews
#c4ecad text on a black background
contrast 15.95:1
Card sample
#c4ecad text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ecad;
Background color
Panel with #c4ecad background
background-color: #c4ecad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ecad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 236, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 236, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ecad; background: linear-gradient(135deg, #c4ecad, #ADECC0);