#809f8f
a balanced, muted green · cool · closest name: gray
RGB
128, 159, 143
HSL
149°, 14%, 56%
CMYK
20, 0, 10, 38
Luminance
0.3137
Every format
| HEX | #809f8f |
| RGB | rgb(128, 159, 143) |
| HSL | hsl(149, 14%, 56%) |
| CMYK | cmyk(20%, 0%, 10%, 38%) |
| LAB | lab(62.8 -14.1 4.8) |
| LCH | lch(62.8 14.9 161.2) |
| OKLCH | oklch(0.674 0.042 162.6) |
Copy-ready code
/* CSS */
color: #809f8f;
background-color: #809f8f;
/* Tailwind (arbitrary) */
class="text-[#809f8f] bg-[#809f8f]"
/* SCSS */
$brand: #809f8f;
/* SwiftUI */
Color(red: 0.502, green: 0.624, blue: 0.561)
/* Android */
Color.parseColor("#809f8f")Accessibility — WCAG contrast
Aa
#809f8f on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809f8f on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green62.4%
Blue56.1%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow10.1%
Key (black)37.6%
Color previews
#809f8f text on a black background
contrast 7.27:1
Card sample
#809f8f text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809f8f;
Background color
Panel with #809f8f background
background-color: #809f8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809f8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 159, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 159, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809f8f; background: linear-gradient(135deg, #809f8f, #809A9F);