#809c9f
a balanced, muted cyan · cool · closest name: gray
RGB
128, 156, 159
HSL
186°, 14%, 56%
CMYK
20, 2, 0, 38
Luminance
0.3087
Every format
| HEX | #809c9f |
| RGB | rgb(128, 156, 159) |
| HSL | hsl(186, 14%, 56%) |
| CMYK | cmyk(20%, 2%, 0%, 38%) |
| LAB | lab(62.4 -9.0 -4.8) |
| LCH | lch(62.4 10.2 208.0) |
| OKLCH | oklch(0.672 0.032 204.4) |
Copy-ready code
/* CSS */
color: #809c9f;
background-color: #809c9f;
/* Tailwind (arbitrary) */
class="text-[#809c9f] bg-[#809c9f]"
/* SCSS */
$brand: #809c9f;
/* SwiftUI */
Color(red: 0.502, green: 0.612, blue: 0.624)
/* Android */
Color.parseColor("#809c9f")Accessibility — WCAG contrast
Aa
#809c9f on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809c9f on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green61.2%
Blue62.4%
CMYK percentages
Cyan19.5%
Magenta1.9%
Yellow0.0%
Key (black)37.6%
Color previews
#809c9f text on a black background
contrast 7.17:1
Card sample
#809c9f text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809c9f;
Background color
Panel with #809c9f background
background-color: #809c9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809c9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 156, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 156, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809c9f; background: linear-gradient(135deg, #809c9f, #80879F);