#9eb4af
a light, muted cyan · cool · closest name: silver
RGB
158, 180, 175
HSL
166°, 13%, 66%
CMYK
12, 0, 3, 29
Luminance
0.4301
Every format
| HEX | #9eb4af |
| RGB | rgb(158, 180, 175) |
| HSL | hsl(166, 13%, 66%) |
| CMYK | cmyk(12%, 0%, 3%, 29%) |
| LAB | lab(71.6 -8.6 -0.0) |
| LCH | lch(71.6 8.6 180.1) |
| OKLCH | oklch(0.752 0.025 180.4) |
Copy-ready code
/* CSS */
color: #9eb4af;
background-color: #9eb4af;
/* Tailwind (arbitrary) */
class="text-[#9eb4af] bg-[#9eb4af]"
/* SCSS */
$brand: #9eb4af;
/* SwiftUI */
Color(red: 0.620, green: 0.706, blue: 0.686)
/* Android */
Color.parseColor("#9eb4af")Accessibility — WCAG contrast
Aa
#9eb4af on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb4af on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green70.6%
Blue68.6%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow2.8%
Key (black)29.4%
Color previews
#9eb4af text on a black background
contrast 9.60:1
Card sample
#9eb4af text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb4af;
Background color
Panel with #9eb4af background
background-color: #9eb4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 180, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 180, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb4af; background: linear-gradient(135deg, #9eb4af, #9EAAB4);