#9eb6aa
a light, muted green · cool · closest name: silver
RGB
158, 182, 170
HSL
150°, 14%, 67%
CMYK
13, 0, 7, 29
Luminance
0.4363
Every format
| HEX | #9eb6aa |
| RGB | rgb(158, 182, 170) |
| HSL | hsl(150, 14%, 67%) |
| CMYK | cmyk(13%, 0%, 7%, 29%) |
| LAB | lab(72.0 -10.6 3.3) |
| LCH | lch(72.0 11.1 162.5) |
| OKLCH | oklch(0.754 0.031 164.0) |
Copy-ready code
/* CSS */
color: #9eb6aa;
background-color: #9eb6aa;
/* Tailwind (arbitrary) */
class="text-[#9eb6aa] bg-[#9eb6aa]"
/* SCSS */
$brand: #9eb6aa;
/* SwiftUI */
Color(red: 0.620, green: 0.714, blue: 0.667)
/* Android */
Color.parseColor("#9eb6aa")Accessibility — WCAG contrast
Aa
#9eb6aa on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb6aa on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green71.4%
Blue66.7%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow6.6%
Key (black)28.6%
Color previews
#9eb6aa text on a black background
contrast 9.73:1
Card sample
#9eb6aa text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb6aa;
Background color
Panel with #9eb6aa background
background-color: #9eb6aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb6aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 182, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 182, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb6aa; background: linear-gradient(135deg, #9eb6aa, #9EB2B6);