#809ba1
a balanced, muted cyan · cool · closest name: gray
RGB
128, 155, 161
HSL
191°, 15%, 57%
CMYK
21, 4, 0, 37
Luminance
0.3061
Every format
| HEX | #809ba1 |
| RGB | rgb(128, 155, 161) |
| HSL | hsl(191, 15%, 57%) |
| CMYK | cmyk(21%, 4%, 0%, 37%) |
| LAB | lab(62.2 -8.0 -6.3) |
| LCH | lch(62.2 10.2 217.9) |
| OKLCH | oklch(0.671 0.032 212.7) |
Copy-ready code
/* CSS */
color: #809ba1;
background-color: #809ba1;
/* Tailwind (arbitrary) */
class="text-[#809ba1] bg-[#809ba1]"
/* SCSS */
$brand: #809ba1;
/* SwiftUI */
Color(red: 0.502, green: 0.608, blue: 0.631)
/* Android */
Color.parseColor("#809ba1")Accessibility — WCAG contrast
Aa
#809ba1 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809ba1 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.8%
Blue63.1%
CMYK percentages
Cyan20.5%
Magenta3.7%
Yellow0.0%
Key (black)36.9%
Color previews
#809ba1 text on a black background
contrast 7.12:1
Card sample
#809ba1 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809ba1;
Background color
Panel with #809ba1 background
background-color: #809ba1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809ba1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 155, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 155, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809ba1; background: linear-gradient(135deg, #809ba1, #8085A1);