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