#c9ecad
a light, vivid green · cool · closest name: khaki
RGB
201, 236, 173
HSL
93°, 62%, 80%
CMYK
15, 0, 27, 8
Luminance
0.7543
Every format
| HEX | #c9ecad |
| RGB | rgb(201, 236, 173) |
| HSL | hsl(93, 62%, 80%) |
| CMYK | cmyk(15%, 0%, 27%, 8%) |
| LAB | lab(89.6 -22.4 26.9) |
| LCH | lch(89.6 35.0 129.8) |
| OKLCH | oklch(0.902 0.091 131.7) |
Copy-ready code
/* CSS */
color: #c9ecad;
background-color: #c9ecad;
/* Tailwind (arbitrary) */
class="text-[#c9ecad] bg-[#c9ecad]"
/* SCSS */
$brand: #c9ecad;
/* SwiftUI */
Color(red: 0.788, green: 0.925, blue: 0.678)
/* Android */
Color.parseColor("#c9ecad")Accessibility — WCAG contrast
Aa
#c9ecad on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9ecad on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green92.5%
Blue67.8%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow26.7%
Key (black)7.5%
Color previews
#c9ecad text on a black background
contrast 16.09:1
Card sample
#c9ecad text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9ecad;
Background color
Panel with #c9ecad background
background-color: #c9ecad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9ecad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 236, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 236, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9ecad; background: linear-gradient(135deg, #c9ecad, #ADECBB);