#9eb2ac
a light, muted cyan · cool · closest name: silver
RGB
158, 178, 172
HSL
162°, 12%, 66%
CMYK
11, 0, 3, 30
Luminance
0.4209
Every format
| HEX | #9eb2ac |
| RGB | rgb(158, 178, 172) |
| HSL | hsl(162, 12%, 66%) |
| CMYK | cmyk(11%, 0%, 3%, 30%) |
| LAB | lab(70.9 -8.1 0.7) |
| LCH | lch(70.9 8.1 174.9) |
| OKLCH | oklch(0.746 0.024 175.7) |
Copy-ready code
/* CSS */
color: #9eb2ac;
background-color: #9eb2ac;
/* Tailwind (arbitrary) */
class="text-[#9eb2ac] bg-[#9eb2ac]"
/* SCSS */
$brand: #9eb2ac;
/* SwiftUI */
Color(red: 0.620, green: 0.698, blue: 0.675)
/* Android */
Color.parseColor("#9eb2ac")Accessibility — WCAG contrast
Aa
#9eb2ac on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb2ac on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green69.8%
Blue67.5%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow3.4%
Key (black)30.2%
Color previews
#9eb2ac text on a black background
contrast 9.42:1
Card sample
#9eb2ac text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb2ac;
Background color
Panel with #9eb2ac background
background-color: #9eb2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 178, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 178, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb2ac; background: linear-gradient(135deg, #9eb2ac, #9EABB2);