#809fdc
a light, vivid blue · cool · closest name: steelblue
RGB
128, 159, 220
HSL
220°, 57%, 68%
CMYK
42, 28, 0, 14
Luminance
0.3455
Every format
| HEX | #809fdc |
| RGB | rgb(128, 159, 220) |
| HSL | hsl(220, 57%, 68%) |
| CMYK | cmyk(42%, 28%, 0%, 14%) |
| LAB | lab(65.4 4.8 -34.4) |
| LCH | lch(65.4 34.7 278.0) |
| OKLCH | oklch(0.703 0.097 263.4) |
Copy-ready code
/* CSS */
color: #809fdc;
background-color: #809fdc;
/* Tailwind (arbitrary) */
class="text-[#809fdc] bg-[#809fdc]"
/* SCSS */
$brand: #809fdc;
/* SwiftUI */
Color(red: 0.502, green: 0.624, blue: 0.863)
/* Android */
Color.parseColor("#809fdc")Accessibility — WCAG contrast
Aa
#809fdc on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809fdc on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green62.4%
Blue86.3%
CMYK percentages
Cyan41.8%
Magenta27.7%
Yellow0.0%
Key (black)13.7%
Color previews
#809fdc text on a black background
contrast 7.91:1
Card sample
#809fdc text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809fdc;
Background color
Panel with #809fdc background
background-color: #809fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 159, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 159, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809fdc; background: linear-gradient(135deg, #809fdc, #9E80DC);