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