#c0ecad
a light, vivid green · cool · closest name: khaki
RGB
192, 236, 173
HSL
102°, 62%, 80%
CMYK
19, 0, 27, 8
Luminance
0.7421
Every format
| HEX | #c0ecad |
| RGB | rgb(192, 236, 173) |
| HSL | hsl(102, 62%, 80%) |
| CMYK | cmyk(19%, 0%, 27%, 8%) |
| LAB | lab(89.0 -25.5 26.0) |
| LCH | lch(89.0 36.4 134.4) |
| OKLCH | oklch(0.896 0.096 136.4) |
Copy-ready code
/* CSS */
color: #c0ecad;
background-color: #c0ecad;
/* Tailwind (arbitrary) */
class="text-[#c0ecad] bg-[#c0ecad]"
/* SCSS */
$brand: #c0ecad;
/* SwiftUI */
Color(red: 0.753, green: 0.925, blue: 0.678)
/* Android */
Color.parseColor("#c0ecad")Accessibility — WCAG contrast
Aa
#c0ecad on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ecad on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green92.5%
Blue67.8%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow26.7%
Key (black)7.5%
Color previews
#c0ecad text on a black background
contrast 15.84:1
Card sample
#c0ecad text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ecad;
Background color
Panel with #c0ecad background
background-color: #c0ecad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ecad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 236, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 236, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ecad; background: linear-gradient(135deg, #c0ecad, #ADECC4);