#809fdf
a light, vivid blue · cool · closest name: steelblue
RGB
128, 159, 223
HSL
220°, 60%, 69%
CMYK
43, 29, 0, 13
Luminance
0.3471
Every format
| HEX | #809fdf |
| RGB | rgb(128, 159, 223) |
| HSL | hsl(220, 60%, 69%) |
| CMYK | cmyk(43%, 29%, 0%, 13%) |
| LAB | lab(65.5 5.7 -35.8) |
| LCH | lch(65.5 36.3 279.0) |
| OKLCH | oklch(0.705 0.101 264.1) |
Copy-ready code
/* CSS */
color: #809fdf;
background-color: #809fdf;
/* Tailwind (arbitrary) */
class="text-[#809fdf] bg-[#809fdf]"
/* SCSS */
$brand: #809fdf;
/* SwiftUI */
Color(red: 0.502, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#809fdf")Accessibility — WCAG contrast
Aa
#809fdf on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809fdf on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green62.4%
Blue87.5%
CMYK percentages
Cyan42.6%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#809fdf text on a black background
contrast 7.94:1
Card sample
#809fdf text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809fdf;
Background color
Panel with #809fdf background
background-color: #809fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809fdf; background: linear-gradient(135deg, #809fdf, #A080DF);