#9eb9ac
a light, soft green · cool · closest name: silver
RGB
158, 185, 172
HSL
151°, 16%, 67%
CMYK
15, 0, 7, 28
Luminance
0.4495
Every format
| HEX | #9eb9ac |
| RGB | rgb(158, 185, 172) |
| HSL | hsl(151, 16%, 67%) |
| CMYK | cmyk(15%, 0%, 7%, 28%) |
| LAB | lab(72.9 -11.8 3.5) |
| LCH | lch(72.9 12.3 163.4) |
| OKLCH | oklch(0.762 0.035 164.8) |
Copy-ready code
/* CSS */
color: #9eb9ac;
background-color: #9eb9ac;
/* Tailwind (arbitrary) */
class="text-[#9eb9ac] bg-[#9eb9ac]"
/* SCSS */
$brand: #9eb9ac;
/* SwiftUI */
Color(red: 0.620, green: 0.725, blue: 0.675)
/* Android */
Color.parseColor("#9eb9ac")Accessibility — WCAG contrast
Aa
#9eb9ac on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb9ac on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green72.5%
Blue67.5%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow7.0%
Key (black)27.5%
Color previews
#9eb9ac text on a black background
contrast 9.99:1
Card sample
#9eb9ac text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb9ac;
Background color
Panel with #9eb9ac background
background-color: #9eb9ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb9ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 185, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 185, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb9ac; background: linear-gradient(135deg, #9eb9ac, #9EB4B9);