#80906f
a balanced, muted green · cool · closest name: gray
RGB
128, 144, 111
HSL
89°, 13%, 50%
CMYK
11, 0, 23, 44
Luminance
0.2568
Every format
| HEX | #80906f |
| RGB | rgb(128, 144, 111) |
| HSL | hsl(89, 13%, 50%) |
| CMYK | cmyk(11%, 0%, 23%, 44%) |
| LAB | lab(57.7 -12.0 15.7) |
| LCH | lch(57.7 19.8 127.5) |
| OKLCH | oklch(0.631 0.051 128.8) |
Copy-ready code
/* CSS */
color: #80906f;
background-color: #80906f;
/* Tailwind (arbitrary) */
class="text-[#80906f] bg-[#80906f]"
/* SCSS */
$brand: #80906f;
/* SwiftUI */
Color(red: 0.502, green: 0.565, blue: 0.435)
/* Android */
Color.parseColor("#80906f")Accessibility — WCAG contrast
Aa
#80906f on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#80906f on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green56.5%
Blue43.5%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow22.9%
Key (black)43.5%
Color previews
#80906f text on a black background
contrast 6.14:1
Card sample
#80906f text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80906f;
Background color
Panel with #80906f background
background-color: #80906f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80906f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 144, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 144, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80906f; background: linear-gradient(135deg, #80906f, #6F9074);