#9daba1
a balanced, muted gray · cool · closest name: silver
RGB
157, 171, 161
HSL
137°, 8%, 64%
CMYK
8, 0, 6, 33
Luminance
0.3887
Every format
| HEX | #9daba1 |
| RGB | rgb(157, 171, 161) |
| HSL | hsl(137, 8%, 64%) |
| CMYK | cmyk(8%, 0%, 6%, 33%) |
| LAB | lab(68.7 -6.8 3.5) |
| LCH | lch(68.7 7.7 153.1) |
| OKLCH | oklch(0.727 0.021 154.7) |
Copy-ready code
/* CSS */
color: #9daba1;
background-color: #9daba1;
/* Tailwind (arbitrary) */
class="text-[#9daba1] bg-[#9daba1]"
/* SCSS */
$brand: #9daba1;
/* SwiftUI */
Color(red: 0.616, green: 0.671, blue: 0.631)
/* Android */
Color.parseColor("#9daba1")Accessibility — WCAG contrast
Aa
#9daba1 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9daba1 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green67.1%
Blue63.1%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow5.8%
Key (black)32.9%
Color previews
#9daba1 text on a black background
contrast 8.77:1
Card sample
#9daba1 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9daba1;
Background color
Panel with #9daba1 background
background-color: #9daba1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9daba1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 171, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 171, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9daba1; background: linear-gradient(135deg, #9daba1, #9DABAA);