#9da799
a balanced, muted gray · cool · closest name: silver
RGB
157, 167, 153
HSL
103°, 7%, 63%
CMYK
6, 0, 8, 35
Luminance
0.3711
Every format
| HEX | #9da799 |
| RGB | rgb(157, 167, 153) |
| HSL | hsl(103, 7%, 63%) |
| CMYK | cmyk(6%, 0%, 8%, 35%) |
| LAB | lab(67.4 -6.2 6.0) |
| LCH | lch(67.4 8.7 135.8) |
| OKLCH | oklch(0.716 0.023 136.6) |
Copy-ready code
/* CSS */
color: #9da799;
background-color: #9da799;
/* Tailwind (arbitrary) */
class="text-[#9da799] bg-[#9da799]"
/* SCSS */
$brand: #9da799;
/* SwiftUI */
Color(red: 0.616, green: 0.655, blue: 0.600)
/* Android */
Color.parseColor("#9da799")Accessibility — WCAG contrast
Aa
#9da799 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da799 on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.5%
Blue60.0%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow8.4%
Key (black)34.5%
Color previews
#9da799 text on a black background
contrast 8.42:1
Card sample
#9da799 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da799;
Background color
Panel with #9da799 background
background-color: #9da799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 167, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 167, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da799; background: linear-gradient(135deg, #9da799, #99A79E);