#9da894
a balanced, muted green · cool · closest name: silver
RGB
157, 168, 148
HSL
93°, 10%, 62%
CMYK
7, 0, 12, 34
Luminance
0.3731
Every format
| HEX | #9da894 |
| RGB | rgb(157, 168, 148) |
| HSL | hsl(93, 10%, 62%) |
| CMYK | cmyk(7%, 0%, 12%, 34%) |
| LAB | lab(67.5 -7.6 9.0) |
| LCH | lch(67.5 11.8 130.3) |
| OKLCH | oklch(0.717 0.031 130.9) |
Copy-ready code
/* CSS */
color: #9da894;
background-color: #9da894;
/* Tailwind (arbitrary) */
class="text-[#9da894] bg-[#9da894]"
/* SCSS */
$brand: #9da894;
/* SwiftUI */
Color(red: 0.616, green: 0.659, blue: 0.580)
/* Android */
Color.parseColor("#9da894")Accessibility — WCAG contrast
Aa
#9da894 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da894 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.9%
Blue58.0%
CMYK percentages
Cyan6.5%
Magenta0.0%
Yellow11.9%
Key (black)34.1%
Color previews
#9da894 text on a black background
contrast 8.46:1
Card sample
#9da894 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da894;
Background color
Panel with #9da894 background
background-color: #9da894;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da894;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 168, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 168, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da894; background: linear-gradient(135deg, #9da894, #94A898);