#9ebdab
a light, soft green · cool · closest name: silver
RGB
158, 189, 171
HSL
145°, 19%, 68%
CMYK
16, 0, 10, 26
Luminance
0.4660
Every format
| HEX | #9ebdab |
| RGB | rgb(158, 189, 171) |
| HSL | hsl(145, 19%, 68%) |
| CMYK | cmyk(16%, 0%, 10%, 26%) |
| LAB | lab(73.9 -14.1 5.6) |
| LCH | lch(73.9 15.1 158.2) |
| OKLCH | oklch(0.770 0.042 159.8) |
Copy-ready code
/* CSS */
color: #9ebdab;
background-color: #9ebdab;
/* Tailwind (arbitrary) */
class="text-[#9ebdab] bg-[#9ebdab]"
/* SCSS */
$brand: #9ebdab;
/* SwiftUI */
Color(red: 0.620, green: 0.741, blue: 0.671)
/* Android */
Color.parseColor("#9ebdab")Accessibility — WCAG contrast
Aa
#9ebdab on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebdab on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green74.1%
Blue67.1%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow9.5%
Key (black)25.9%
Color previews
#9ebdab text on a black background
contrast 10.32:1
Card sample
#9ebdab text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebdab;
Background color
Panel with #9ebdab background
background-color: #9ebdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 189, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 189, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebdab; background: linear-gradient(135deg, #9ebdab, #9EBABD);