#9cecad
a light, vivid green · cool · closest name: aquamarine
RGB
156, 236, 173
HSL
133°, 68%, 77%
CMYK
34, 0, 27, 8
Luminance
0.7008
Every format
| HEX | #9cecad |
| RGB | rgb(156, 236, 173) |
| HSL | hsl(133, 68%, 77%) |
| CMYK | cmyk(34%, 0%, 27%, 8%) |
| LAB | lab(87.0 -37.1 23.0) |
| LCH | lch(87.0 43.7 148.3) |
| OKLCH | oklch(0.875 0.117 150.1) |
Copy-ready code
/* CSS */
color: #9cecad;
background-color: #9cecad;
/* Tailwind (arbitrary) */
class="text-[#9cecad] bg-[#9cecad]"
/* SCSS */
$brand: #9cecad;
/* SwiftUI */
Color(red: 0.612, green: 0.925, blue: 0.678)
/* Android */
Color.parseColor("#9cecad")Accessibility — WCAG contrast
Aa
#9cecad on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cecad on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green92.5%
Blue67.8%
CMYK percentages
Cyan33.9%
Magenta0.0%
Yellow26.7%
Key (black)7.5%
Color previews
#9cecad text on a black background
contrast 15.02:1
Card sample
#9cecad text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cecad;
Background color
Panel with #9cecad background
background-color: #9cecad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cecad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 236, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 236, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cecad; background: linear-gradient(135deg, #9cecad, #9CECE2);