#809bdb
a light, vivid blue · cool · closest name: steelblue
RGB
128, 155, 219
HSL
222°, 56%, 68%
CMYK
42, 29, 0, 14
Luminance
0.3315
Every format
| HEX | #809bdb |
| RGB | rgb(128, 155, 219) |
| HSL | hsl(222, 56%, 68%) |
| CMYK | cmyk(42%, 29%, 0%, 14%) |
| LAB | lab(64.3 6.8 -35.5) |
| LCH | lch(64.3 36.2 280.9) |
| OKLCH | oklch(0.694 0.100 266.3) |
Copy-ready code
/* CSS */
color: #809bdb;
background-color: #809bdb;
/* Tailwind (arbitrary) */
class="text-[#809bdb] bg-[#809bdb]"
/* SCSS */
$brand: #809bdb;
/* SwiftUI */
Color(red: 0.502, green: 0.608, blue: 0.859)
/* Android */
Color.parseColor("#809bdb")Accessibility — WCAG contrast
Aa
#809bdb on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809bdb on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.8%
Blue85.9%
CMYK percentages
Cyan41.6%
Magenta29.2%
Yellow0.0%
Key (black)14.1%
Color previews
#809bdb text on a black background
contrast 7.63:1
Card sample
#809bdb text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809bdb;
Background color
Panel with #809bdb background
background-color: #809bdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809bdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 155, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 155, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809bdb; background: linear-gradient(135deg, #809bdb, #A280DB);