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