#809ba0
a balanced, muted cyan · cool · closest name: gray
RGB
128, 155, 160
HSL
189°, 14%, 57%
CMYK
20, 3, 0, 37
Luminance
0.3057
Every format
| HEX | #809ba0 |
| RGB | rgb(128, 155, 160) |
| HSL | hsl(189, 14%, 57%) |
| CMYK | cmyk(20%, 3%, 0%, 37%) |
| LAB | lab(62.1 -8.3 -5.8) |
| LCH | lch(62.1 10.1 214.8) |
| OKLCH | oklch(0.670 0.031 210.1) |
Copy-ready code
/* CSS */
color: #809ba0;
background-color: #809ba0;
/* Tailwind (arbitrary) */
class="text-[#809ba0] bg-[#809ba0]"
/* SCSS */
$brand: #809ba0;
/* SwiftUI */
Color(red: 0.502, green: 0.608, blue: 0.627)
/* Android */
Color.parseColor("#809ba0")Accessibility — WCAG contrast
Aa
#809ba0 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809ba0 on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.8%
Blue62.7%
CMYK percentages
Cyan20.0%
Magenta3.1%
Yellow0.0%
Key (black)37.3%
Color previews
#809ba0 text on a black background
contrast 7.11:1
Card sample
#809ba0 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809ba0;
Background color
Panel with #809ba0 background
background-color: #809ba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809ba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 155, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 155, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809ba0; background: linear-gradient(135deg, #809ba0, #8086A0);