#809ac4
a balanced, soft blue · cool · closest name: steelblue
RGB
128, 154, 196
HSL
217°, 37%, 64%
CMYK
35, 21, 0, 23
Luminance
0.3169
Every format
| HEX | #809ac4 |
| RGB | rgb(128, 154, 196) |
| HSL | hsl(217, 37%, 64%) |
| CMYK | cmyk(35%, 21%, 0%, 23%) |
| LAB | lab(63.1 1.1 -24.6) |
| LCH | lch(63.1 24.6 272.7) |
| OKLCH | oklch(0.682 0.069 259.9) |
Copy-ready code
/* CSS */
color: #809ac4;
background-color: #809ac4;
/* Tailwind (arbitrary) */
class="text-[#809ac4] bg-[#809ac4]"
/* SCSS */
$brand: #809ac4;
/* SwiftUI */
Color(red: 0.502, green: 0.604, blue: 0.769)
/* Android */
Color.parseColor("#809ac4")Accessibility — WCAG contrast
Aa
#809ac4 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809ac4 on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.4%
Blue76.9%
CMYK percentages
Cyan34.7%
Magenta21.4%
Yellow0.0%
Key (black)23.1%
Color previews
#809ac4 text on a black background
contrast 7.34:1
Card sample
#809ac4 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809ac4;
Background color
Panel with #809ac4 background
background-color: #809ac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809ac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 154, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 154, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809ac4; background: linear-gradient(135deg, #809ac4, #9380C4);