#809082
a balanced, muted gray · cool · closest name: gray
RGB
128, 144, 130
HSL
128°, 7%, 53%
CMYK
11, 0, 10, 44
Luminance
0.2615
Every format
| HEX | #809082 |
| RGB | rgb(128, 144, 130) |
| HSL | hsl(128, 7%, 53%) |
| CMYK | cmyk(11%, 0%, 10%, 44%) |
| LAB | lab(58.2 -8.6 5.5) |
| LCH | lch(58.2 10.2 147.3) |
| OKLCH | oklch(0.636 0.028 148.9) |
Copy-ready code
/* CSS */
color: #809082;
background-color: #809082;
/* Tailwind (arbitrary) */
class="text-[#809082] bg-[#809082]"
/* SCSS */
$brand: #809082;
/* SwiftUI */
Color(red: 0.502, green: 0.565, blue: 0.510)
/* Android */
Color.parseColor("#809082")Accessibility — WCAG contrast
Aa
#809082 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#809082 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green56.5%
Blue51.0%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow9.7%
Key (black)43.5%
Color previews
#809082 text on a black background
contrast 6.23:1
Card sample
#809082 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809082;
Background color
Panel with #809082 background
background-color: #809082;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809082;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 144, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 144, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809082; background: linear-gradient(135deg, #809082, #80908D);