#809bac
a balanced, soft blue · cool · closest name: gray
RGB
128, 155, 172
HSL
203°, 21%, 59%
CMYK
26, 10, 0, 33
Luminance
0.3101
Every format
| HEX | #809bac |
| RGB | rgb(128, 155, 172) |
| HSL | hsl(203, 21%, 59%) |
| CMYK | cmyk(26%, 10%, 0%, 33%) |
| LAB | lab(62.5 -5.5 -12.0) |
| LCH | lch(62.5 13.2 245.4) |
| OKLCH | oklch(0.675 0.039 235.8) |
Copy-ready code
/* CSS */
color: #809bac;
background-color: #809bac;
/* Tailwind (arbitrary) */
class="text-[#809bac] bg-[#809bac]"
/* SCSS */
$brand: #809bac;
/* SwiftUI */
Color(red: 0.502, green: 0.608, blue: 0.675)
/* Android */
Color.parseColor("#809bac")Accessibility — WCAG contrast
Aa
#809bac on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809bac on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.8%
Blue67.5%
CMYK percentages
Cyan25.6%
Magenta9.9%
Yellow0.0%
Key (black)32.5%
Color previews
#809bac text on a black background
contrast 7.20:1
Card sample
#809bac text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809bac;
Background color
Panel with #809bac background
background-color: #809bac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809bac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 155, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 155, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809bac; background: linear-gradient(135deg, #809bac, #8280AC);