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