#9ebaa5
a light, soft green · cool · closest name: silver
RGB
158, 186, 165
HSL
135°, 17%, 68%
CMYK
15, 0, 11, 27
Luminance
0.4510
Every format
| HEX | #9ebaa5 |
| RGB | rgb(158, 186, 165) |
| HSL | hsl(135, 17%, 68%) |
| CMYK | cmyk(15%, 0%, 11%, 27%) |
| LAB | lab(73.0 -13.7 7.5) |
| LCH | lch(73.0 15.6 151.3) |
| OKLCH | oklch(0.762 0.043 152.9) |
Copy-ready code
/* CSS */
color: #9ebaa5;
background-color: #9ebaa5;
/* Tailwind (arbitrary) */
class="text-[#9ebaa5] bg-[#9ebaa5]"
/* SCSS */
$brand: #9ebaa5;
/* SwiftUI */
Color(red: 0.620, green: 0.729, blue: 0.647)
/* Android */
Color.parseColor("#9ebaa5")Accessibility — WCAG contrast
Aa
#9ebaa5 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebaa5 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green72.9%
Blue64.7%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow11.3%
Key (black)27.1%
Color previews
#9ebaa5 text on a black background
contrast 10.02:1
Card sample
#9ebaa5 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebaa5;
Background color
Panel with #9ebaa5 background
background-color: #9ebaa5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebaa5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 186, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 186, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebaa5; background: linear-gradient(135deg, #9ebaa5, #9EBAB8);