#809fcd
a light, soft blue · cool · closest name: steelblue
RGB
128, 159, 205
HSL
216°, 44%, 65%
CMYK
38, 22, 0, 20
Luminance
0.3379
Every format
| HEX | #809fcd |
| RGB | rgb(128, 159, 205) |
| HSL | hsl(216, 44%, 65%) |
| CMYK | cmyk(38%, 22%, 0%, 20%) |
| LAB | lab(64.8 0.7 -27.0) |
| LCH | lch(64.8 27.0 271.5) |
| OKLCH | oklch(0.697 0.076 258.1) |
Copy-ready code
/* CSS */
color: #809fcd;
background-color: #809fcd;
/* Tailwind (arbitrary) */
class="text-[#809fcd] bg-[#809fcd]"
/* SCSS */
$brand: #809fcd;
/* SwiftUI */
Color(red: 0.502, green: 0.624, blue: 0.804)
/* Android */
Color.parseColor("#809fcd")Accessibility — WCAG contrast
Aa
#809fcd on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809fcd on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green62.4%
Blue80.4%
CMYK percentages
Cyan37.6%
Magenta22.4%
Yellow0.0%
Key (black)19.6%
Color previews
#809fcd text on a black background
contrast 7.76:1
Card sample
#809fcd text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809fcd;
Background color
Panel with #809fcd background
background-color: #809fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 159, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 159, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809fcd; background: linear-gradient(135deg, #809fcd, #9480CD);