#80909f
a balanced, muted blue · cool · closest name: gray
RGB
128, 144, 159
HSL
209°, 14%, 56%
CMYK
20, 9, 0, 38
Luminance
0.2704
Every format
| HEX | #80909f |
| RGB | rgb(128, 144, 159) |
| HSL | hsl(209, 14%, 56%) |
| CMYK | cmyk(20%, 9%, 0%, 38%) |
| LAB | lab(59.0 -2.4 -9.8) |
| LCH | lch(59.0 10.1 256.3) |
| OKLCH | oklch(0.646 0.029 246.5) |
Copy-ready code
/* CSS */
color: #80909f;
background-color: #80909f;
/* Tailwind (arbitrary) */
class="text-[#80909f] bg-[#80909f]"
/* SCSS */
$brand: #80909f;
/* SwiftUI */
Color(red: 0.502, green: 0.565, blue: 0.624)
/* Android */
Color.parseColor("#80909f")Accessibility — WCAG contrast
Aa
#80909f on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#80909f on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green56.5%
Blue62.4%
CMYK percentages
Cyan19.5%
Magenta9.4%
Yellow0.0%
Key (black)37.6%
Color previews
#80909f text on a black background
contrast 6.41:1
Card sample
#80909f text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80909f;
Background color
Panel with #80909f background
background-color: #80909f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80909f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 144, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 144, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80909f; background: linear-gradient(135deg, #80909f, #85809F);