#809cab
a balanced, soft blue · cool · closest name: gray
RGB
128, 156, 171
HSL
201°, 20%, 59%
CMYK
25, 9, 0, 33
Luminance
0.3131
Every format
| HEX | #809cab |
| RGB | rgb(128, 156, 171) |
| HSL | hsl(201, 20%, 59%) |
| CMYK | cmyk(25%, 9%, 0%, 33%) |
| LAB | lab(62.8 -6.3 -11.0) |
| LCH | lch(62.8 12.7 240.4) |
| OKLCH | oklch(0.676 0.038 231.4) |
Copy-ready code
/* CSS */
color: #809cab;
background-color: #809cab;
/* Tailwind (arbitrary) */
class="text-[#809cab] bg-[#809cab]"
/* SCSS */
$brand: #809cab;
/* SwiftUI */
Color(red: 0.502, green: 0.612, blue: 0.671)
/* Android */
Color.parseColor("#809cab")Accessibility — WCAG contrast
Aa
#809cab on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809cab on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green61.2%
Blue67.1%
CMYK percentages
Cyan25.1%
Magenta8.8%
Yellow0.0%
Key (black)32.9%
Color previews
#809cab text on a black background
contrast 7.26:1
Card sample
#809cab text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809cab;
Background color
Panel with #809cab background
background-color: #809cab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809cab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 156, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 156, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809cab; background: linear-gradient(135deg, #809cab, #8180AB);