#9cd0af
a light, soft green · cool · closest name: aquamarine
RGB
156, 208, 175
HSL
142°, 36%, 71%
CMYK
25, 0, 16, 18
Luminance
0.5527
Every format
| HEX | #9cd0af |
| RGB | rgb(156, 208, 175) |
| HSL | hsl(142, 36%, 71%) |
| CMYK | cmyk(25%, 0%, 16%, 18%) |
| LAB | lab(79.2 -23.5 11.0) |
| LCH | lch(79.2 26.0 155.0) |
| OKLCH | oklch(0.812 0.071 156.6) |
Copy-ready code
/* CSS */
color: #9cd0af;
background-color: #9cd0af;
/* Tailwind (arbitrary) */
class="text-[#9cd0af] bg-[#9cd0af]"
/* SCSS */
$brand: #9cd0af;
/* SwiftUI */
Color(red: 0.612, green: 0.816, blue: 0.686)
/* Android */
Color.parseColor("#9cd0af")Accessibility — WCAG contrast
Aa
#9cd0af on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd0af on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green81.6%
Blue68.6%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow15.9%
Key (black)18.4%
Color previews
#9cd0af text on a black background
contrast 12.05:1
Card sample
#9cd0af text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd0af;
Background color
Panel with #9cd0af background
background-color: #9cd0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 208, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 208, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd0af; background: linear-gradient(135deg, #9cd0af, #9CCED0);