#9daea8
a balanced, muted green · cool · closest name: silver
RGB
157, 174, 168
HSL
159°, 10%, 65%
CMYK
10, 0, 3, 32
Luminance
0.4027
Every format
| HEX | #9daea8 |
| RGB | rgb(157, 174, 168) |
| HSL | hsl(159, 10%, 65%) |
| CMYK | cmyk(10%, 0%, 3%, 32%) |
| LAB | lab(69.7 -7.1 1.1) |
| LCH | lch(69.7 7.2 171.5) |
| OKLCH | oklch(0.736 0.021 172.6) |
Copy-ready code
/* CSS */
color: #9daea8;
background-color: #9daea8;
/* Tailwind (arbitrary) */
class="text-[#9daea8] bg-[#9daea8]"
/* SCSS */
$brand: #9daea8;
/* SwiftUI */
Color(red: 0.616, green: 0.682, blue: 0.659)
/* Android */
Color.parseColor("#9daea8")Accessibility — WCAG contrast
Aa
#9daea8 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9daea8 on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.2%
Blue65.9%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow3.4%
Key (black)31.8%
Color previews
#9daea8 text on a black background
contrast 9.05:1
Card sample
#9daea8 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9daea8;
Background color
Panel with #9daea8 background
background-color: #9daea8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9daea8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 174, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 174, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9daea8; background: linear-gradient(135deg, #9daea8, #9DA9AE);