#809ad2
a light, vivid blue · cool · closest name: steelblue
RGB
128, 154, 210
HSL
221°, 48%, 66%
CMYK
39, 27, 0, 18
Luminance
0.3235
Every format
| HEX | #809ad2 |
| RGB | rgb(128, 154, 210) |
| HSL | hsl(221, 48%, 66%) |
| CMYK | cmyk(39%, 27%, 0%, 18%) |
| LAB | lab(63.6 4.9 -31.6) |
| LCH | lch(63.6 31.9 278.8) |
| OKLCH | oklch(0.688 0.088 265.0) |
Copy-ready code
/* CSS */
color: #809ad2;
background-color: #809ad2;
/* Tailwind (arbitrary) */
class="text-[#809ad2] bg-[#809ad2]"
/* SCSS */
$brand: #809ad2;
/* SwiftUI */
Color(red: 0.502, green: 0.604, blue: 0.824)
/* Android */
Color.parseColor("#809ad2")Accessibility — WCAG contrast
Aa
#809ad2 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809ad2 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.4%
Blue82.4%
CMYK percentages
Cyan39.0%
Magenta26.7%
Yellow0.0%
Key (black)17.6%
Color previews
#809ad2 text on a black background
contrast 7.47:1
Card sample
#809ad2 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809ad2;
Background color
Panel with #809ad2 background
background-color: #809ad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809ad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 154, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 154, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809ad2; background: linear-gradient(135deg, #809ad2, #9D80D2);