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