#809fcf
a light, vivid blue · cool · closest name: steelblue
RGB
128, 159, 207
HSL
217°, 45%, 66%
CMYK
38, 23, 0, 19
Luminance
0.3389
Every format
| HEX | #809fcf |
| RGB | rgb(128, 159, 207) |
| HSL | hsl(217, 45%, 66%) |
| CMYK | cmyk(38%, 23%, 0%, 19%) |
| LAB | lab(64.9 1.3 -28.0) |
| LCH | lch(64.9 28.0 272.6) |
| OKLCH | oklch(0.697 0.079 259.0) |
Copy-ready code
/* CSS */
color: #809fcf;
background-color: #809fcf;
/* Tailwind (arbitrary) */
class="text-[#809fcf] bg-[#809fcf]"
/* SCSS */
$brand: #809fcf;
/* SwiftUI */
Color(red: 0.502, green: 0.624, blue: 0.812)
/* Android */
Color.parseColor("#809fcf")Accessibility — WCAG contrast
Aa
#809fcf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809fcf on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green62.4%
Blue81.2%
CMYK percentages
Cyan38.2%
Magenta23.2%
Yellow0.0%
Key (black)18.8%
Color previews
#809fcf text on a black background
contrast 7.78:1
Card sample
#809fcf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809fcf;
Background color
Panel with #809fcf background
background-color: #809fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 159, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 159, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809fcf; background: linear-gradient(135deg, #809fcf, #9680CF);