#809ac8
a balanced, soft blue · cool · closest name: steelblue
RGB
128, 154, 200
HSL
218°, 40%, 64%
CMYK
36, 23, 0, 22
Luminance
0.3187
Every format
| HEX | #809ac8 |
| RGB | rgb(128, 154, 200) |
| HSL | hsl(218, 40%, 64%) |
| CMYK | cmyk(36%, 23%, 0%, 22%) |
| LAB | lab(63.2 2.2 -26.6) |
| LCH | lch(63.2 26.7 274.7) |
| OKLCH | oklch(0.684 0.074 261.6) |
Copy-ready code
/* CSS */
color: #809ac8;
background-color: #809ac8;
/* Tailwind (arbitrary) */
class="text-[#809ac8] bg-[#809ac8]"
/* SCSS */
$brand: #809ac8;
/* SwiftUI */
Color(red: 0.502, green: 0.604, blue: 0.784)
/* Android */
Color.parseColor("#809ac8")Accessibility — WCAG contrast
Aa
#809ac8 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809ac8 on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.4%
Blue78.4%
CMYK percentages
Cyan36.0%
Magenta23.0%
Yellow0.0%
Key (black)21.6%
Color previews
#809ac8 text on a black background
contrast 7.37:1
Card sample
#809ac8 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809ac8;
Background color
Panel with #809ac8 background
background-color: #809ac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809ac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 154, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 154, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809ac8; background: linear-gradient(135deg, #809ac8, #9680C8);