#809ccf
a light, vivid blue · cool · closest name: steelblue
RGB
128, 156, 207
HSL
219°, 45%, 66%
CMYK
38, 25, 0, 19
Luminance
0.3287
Every format
| HEX | #809ccf |
| RGB | rgb(128, 156, 207) |
| HSL | hsl(219, 45%, 66%) |
| CMYK | cmyk(38%, 25%, 0%, 19%) |
| LAB | lab(64.1 3.0 -29.2) |
| LCH | lch(64.1 29.4 275.8) |
| OKLCH | oklch(0.691 0.082 262.1) |
Copy-ready code
/* CSS */
color: #809ccf;
background-color: #809ccf;
/* Tailwind (arbitrary) */
class="text-[#809ccf] bg-[#809ccf]"
/* SCSS */
$brand: #809ccf;
/* SwiftUI */
Color(red: 0.502, green: 0.612, blue: 0.812)
/* Android */
Color.parseColor("#809ccf")Accessibility — WCAG contrast
Aa
#809ccf on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809ccf on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green61.2%
Blue81.2%
CMYK percentages
Cyan38.2%
Magenta24.6%
Yellow0.0%
Key (black)18.8%
Color previews
#809ccf text on a black background
contrast 7.57:1
Card sample
#809ccf text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809ccf;
Background color
Panel with #809ccf background
background-color: #809ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 156, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 156, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809ccf; background: linear-gradient(135deg, #809ccf, #9980CF);