#9cdcbf
a light, vivid green · cool · closest name: aquamarine
RGB
156, 220, 191
HSL
153°, 48%, 74%
CMYK
29, 0, 13, 14
Luminance
0.6202
Every format
| HEX | #9cdcbf |
| RGB | rgb(156, 220, 191) |
| HSL | hsl(153, 48%, 74%) |
| CMYK | cmyk(29%, 0%, 13%, 14%) |
| LAB | lab(82.9 -26.3 7.8) |
| LCH | lch(82.9 27.4 163.5) |
| OKLCH | oklch(0.843 0.077 164.8) |
Copy-ready code
/* CSS */
color: #9cdcbf;
background-color: #9cdcbf;
/* Tailwind (arbitrary) */
class="text-[#9cdcbf] bg-[#9cdcbf]"
/* SCSS */
$brand: #9cdcbf;
/* SwiftUI */
Color(red: 0.612, green: 0.863, blue: 0.749)
/* Android */
Color.parseColor("#9cdcbf")Accessibility — WCAG contrast
Aa
#9cdcbf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cdcbf on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green86.3%
Blue74.9%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow13.2%
Key (black)13.7%
Color previews
#9cdcbf text on a black background
contrast 13.40:1
Card sample
#9cdcbf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cdcbf;
Background color
Panel with #9cdcbf background
background-color: #9cdcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cdcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 220, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 220, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdcbf; background: linear-gradient(135deg, #9cdcbf, #9CCEDC);