#9eb2af
a light, muted cyan · cool · closest name: silver
RGB
158, 178, 175
HSL
171°, 12%, 66%
CMYK
11, 0, 2, 30
Luminance
0.4221
Every format
| HEX | #9eb2af |
| RGB | rgb(158, 178, 175) |
| HSL | hsl(171, 12%, 66%) |
| CMYK | cmyk(11%, 0%, 2%, 30%) |
| LAB | lab(71.0 -7.5 -0.8) |
| LCH | lch(71.0 7.5 186.2) |
| OKLCH | oklch(0.747 0.023 185.8) |
Copy-ready code
/* CSS */
color: #9eb2af;
background-color: #9eb2af;
/* Tailwind (arbitrary) */
class="text-[#9eb2af] bg-[#9eb2af]"
/* SCSS */
$brand: #9eb2af;
/* SwiftUI */
Color(red: 0.620, green: 0.698, blue: 0.686)
/* Android */
Color.parseColor("#9eb2af")Accessibility — WCAG contrast
Aa
#9eb2af on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb2af on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green69.8%
Blue68.6%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow1.7%
Key (black)30.2%
Color previews
#9eb2af text on a black background
contrast 9.44:1
Card sample
#9eb2af text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb2af;
Background color
Panel with #9eb2af background
background-color: #9eb2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 178, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 178, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb2af; background: linear-gradient(135deg, #9eb2af, #9EA8B2);