#809bda
a light, vivid blue · cool · closest name: steelblue
RGB
128, 155, 218
HSL
222°, 55%, 68%
CMYK
41, 29, 0, 15
Luminance
0.3309
Every format
| HEX | #809bda |
| RGB | rgb(128, 155, 218) |
| HSL | hsl(222, 55%, 68%) |
| CMYK | cmyk(41%, 29%, 0%, 15%) |
| LAB | lab(64.2 6.5 -35.0) |
| LCH | lch(64.2 35.7 280.6) |
| OKLCH | oklch(0.694 0.098 266.1) |
Copy-ready code
/* CSS */
color: #809bda;
background-color: #809bda;
/* Tailwind (arbitrary) */
class="text-[#809bda] bg-[#809bda]"
/* SCSS */
$brand: #809bda;
/* SwiftUI */
Color(red: 0.502, green: 0.608, blue: 0.855)
/* Android */
Color.parseColor("#809bda")Accessibility — WCAG contrast
Aa
#809bda on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809bda on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.8%
Blue85.5%
CMYK percentages
Cyan41.3%
Magenta28.9%
Yellow0.0%
Key (black)14.5%
Color previews
#809bda text on a black background
contrast 7.62:1
Card sample
#809bda text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809bda;
Background color
Panel with #809bda background
background-color: #809bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 155, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 155, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809bda; background: linear-gradient(135deg, #809bda, #A180DA);