#809fda
a light, vivid blue · cool · closest name: steelblue
RGB
128, 159, 218
HSL
219°, 55%, 68%
CMYK
41, 27, 0, 15
Luminance
0.3445
Every format
| HEX | #809fda |
| RGB | rgb(128, 159, 218) |
| HSL | hsl(219, 55%, 68%) |
| CMYK | cmyk(41%, 27%, 0%, 15%) |
| LAB | lab(65.3 4.3 -33.4) |
| LCH | lch(65.3 33.6 277.3) |
| OKLCH | oklch(0.702 0.094 262.8) |
Copy-ready code
/* CSS */
color: #809fda;
background-color: #809fda;
/* Tailwind (arbitrary) */
class="text-[#809fda] bg-[#809fda]"
/* SCSS */
$brand: #809fda;
/* SwiftUI */
Color(red: 0.502, green: 0.624, blue: 0.855)
/* Android */
Color.parseColor("#809fda")Accessibility — WCAG contrast
Aa
#809fda on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809fda on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green62.4%
Blue85.5%
CMYK percentages
Cyan41.3%
Magenta27.1%
Yellow0.0%
Key (black)14.5%
Color previews
#809fda text on a black background
contrast 7.89:1
Card sample
#809fda text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809fda;
Background color
Panel with #809fda background
background-color: #809fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 159, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 159, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809fda; background: linear-gradient(135deg, #809fda, #9D80DA);