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