#9eb8ac
a light, soft green · cool · closest name: silver
RGB
158, 184, 172
HSL
152°, 16%, 67%
CMYK
14, 0, 7, 28
Luminance
0.4453
Every format
| HEX | #9eb8ac |
| RGB | rgb(158, 184, 172) |
| HSL | hsl(152, 16%, 67%) |
| CMYK | cmyk(14%, 0%, 7%, 28%) |
| LAB | lab(72.6 -11.3 3.1) |
| LCH | lch(72.6 11.7 164.6) |
| OKLCH | oklch(0.759 0.033 165.9) |
Copy-ready code
/* CSS */
color: #9eb8ac;
background-color: #9eb8ac;
/* Tailwind (arbitrary) */
class="text-[#9eb8ac] bg-[#9eb8ac]"
/* SCSS */
$brand: #9eb8ac;
/* SwiftUI */
Color(red: 0.620, green: 0.722, blue: 0.675)
/* Android */
Color.parseColor("#9eb8ac")Accessibility — WCAG contrast
Aa
#9eb8ac on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb8ac on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green72.2%
Blue67.5%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow6.5%
Key (black)27.8%
Color previews
#9eb8ac text on a black background
contrast 9.91:1
Card sample
#9eb8ac text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb8ac;
Background color
Panel with #9eb8ac background
background-color: #9eb8ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb8ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 184, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 184, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb8ac; background: linear-gradient(135deg, #9eb8ac, #9EB3B8);