#9bc9ad
a light, soft green · cool · closest name: silver
RGB
155, 201, 173
HSL
144°, 30%, 70%
CMYK
23, 0, 14, 21
Luminance
0.5176
Every format
| HEX | #9bc9ad |
| RGB | rgb(155, 201, 173) |
| HSL | hsl(144, 30%, 70%) |
| CMYK | cmyk(23%, 0%, 14%, 21%) |
| LAB | lab(77.1 -20.8 9.1) |
| LCH | lch(77.1 22.7 156.4) |
| OKLCH | oklch(0.795 0.063 157.9) |
Copy-ready code
/* CSS */
color: #9bc9ad;
background-color: #9bc9ad;
/* Tailwind (arbitrary) */
class="text-[#9bc9ad] bg-[#9bc9ad]"
/* SCSS */
$brand: #9bc9ad;
/* SwiftUI */
Color(red: 0.608, green: 0.788, blue: 0.678)
/* Android */
Color.parseColor("#9bc9ad")Accessibility — WCAG contrast
Aa
#9bc9ad on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bc9ad on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green78.8%
Blue67.8%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow13.9%
Key (black)21.2%
Color previews
#9bc9ad text on a black background
contrast 11.35:1
Card sample
#9bc9ad text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bc9ad;
Background color
Panel with #9bc9ad background
background-color: #9bc9ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bc9ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 201, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 201, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bc9ad; background: linear-gradient(135deg, #9bc9ad, #9BC6C9);