#809ac6
a balanced, soft blue · cool · closest name: steelblue
RGB
128, 154, 198
HSL
218°, 38%, 64%
CMYK
35, 22, 0, 22
Luminance
0.3178
Every format
| HEX | #809ac6 |
| RGB | rgb(128, 154, 198) |
| HSL | hsl(218, 38%, 64%) |
| CMYK | cmyk(35%, 22%, 0%, 22%) |
| LAB | lab(63.2 1.7 -25.6) |
| LCH | lch(63.2 25.6 273.7) |
| OKLCH | oklch(0.683 0.072 260.8) |
Copy-ready code
/* CSS */
color: #809ac6;
background-color: #809ac6;
/* Tailwind (arbitrary) */
class="text-[#809ac6] bg-[#809ac6]"
/* SCSS */
$brand: #809ac6;
/* SwiftUI */
Color(red: 0.502, green: 0.604, blue: 0.776)
/* Android */
Color.parseColor("#809ac6")Accessibility — WCAG contrast
Aa
#809ac6 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809ac6 on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.4%
Blue77.6%
CMYK percentages
Cyan35.4%
Magenta22.2%
Yellow0.0%
Key (black)22.4%
Color previews
#809ac6 text on a black background
contrast 7.36:1
Card sample
#809ac6 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809ac6;
Background color
Panel with #809ac6 background
background-color: #809ac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809ac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 154, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 154, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809ac6; background: linear-gradient(135deg, #809ac6, #9580C6);