#809ba5
a balanced, soft cyan · cool · closest name: gray
RGB
128, 155, 165
HSL
196°, 17%, 58%
CMYK
22, 6, 0, 35
Luminance
0.3075
Every format
| HEX | #809ba5 |
| RGB | rgb(128, 155, 165) |
| HSL | hsl(196, 17%, 58%) |
| CMYK | cmyk(22%, 6%, 0%, 35%) |
| LAB | lab(62.3 -7.1 -8.3) |
| LCH | lch(62.3 11.0 229.5) |
| OKLCH | oklch(0.672 0.034 222.3) |
Copy-ready code
/* CSS */
color: #809ba5;
background-color: #809ba5;
/* Tailwind (arbitrary) */
class="text-[#809ba5] bg-[#809ba5]"
/* SCSS */
$brand: #809ba5;
/* SwiftUI */
Color(red: 0.502, green: 0.608, blue: 0.647)
/* Android */
Color.parseColor("#809ba5")Accessibility — WCAG contrast
Aa
#809ba5 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809ba5 on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.8%
Blue64.7%
CMYK percentages
Cyan22.4%
Magenta6.1%
Yellow0.0%
Key (black)35.3%
Color previews
#809ba5 text on a black background
contrast 7.15:1
Card sample
#809ba5 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809ba5;
Background color
Panel with #809ba5 background
background-color: #809ba5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809ba5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 155, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 155, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809ba5; background: linear-gradient(135deg, #809ba5, #8082A5);