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