#9da791
a balanced, muted green · cool · closest name: silver
RGB
157, 167, 145
HSL
87°, 11%, 61%
CMYK
6, 0, 13, 35
Luminance
0.3685
Every format
| HEX | #9da791 |
| RGB | rgb(157, 167, 145) |
| HSL | hsl(87, 11%, 61%) |
| CMYK | cmyk(6%, 0%, 13%, 35%) |
| LAB | lab(67.2 -7.6 10.2) |
| LCH | lch(67.2 12.7 126.9) |
| OKLCH | oklch(0.714 0.033 127.2) |
Copy-ready code
/* CSS */
color: #9da791;
background-color: #9da791;
/* Tailwind (arbitrary) */
class="text-[#9da791] bg-[#9da791]"
/* SCSS */
$brand: #9da791;
/* SwiftUI */
Color(red: 0.616, green: 0.655, blue: 0.569)
/* Android */
Color.parseColor("#9da791")Accessibility — WCAG contrast
Aa
#9da791 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da791 on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.5%
Blue56.9%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow13.2%
Key (black)34.5%
Color previews
#9da791 text on a black background
contrast 8.37:1
Card sample
#9da791 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da791;
Background color
Panel with #9da791 background
background-color: #9da791;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da791;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 167, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 167, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da791; background: linear-gradient(135deg, #9da791, #91A794);