#809feb
a light, vivid blue · cool · closest name: steelblue
RGB
128, 159, 235
HSL
223°, 73%, 71%
CMYK
46, 32, 0, 8
Luminance
0.3538
Every format
| HEX | #809feb |
| RGB | rgb(128, 159, 235) |
| HSL | hsl(223, 73%, 71%) |
| CMYK | cmyk(46%, 32%, 0%, 8%) |
| LAB | lab(66.0 9.1 -41.6) |
| LCH | lch(66.0 42.6 282.3) |
| OKLCH | oklch(0.710 0.117 266.6) |
Copy-ready code
/* CSS */
color: #809feb;
background-color: #809feb;
/* Tailwind (arbitrary) */
class="text-[#809feb] bg-[#809feb]"
/* SCSS */
$brand: #809feb;
/* SwiftUI */
Color(red: 0.502, green: 0.624, blue: 0.922)
/* Android */
Color.parseColor("#809feb")Accessibility — WCAG contrast
Aa
#809feb on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809feb on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green62.4%
Blue92.2%
CMYK percentages
Cyan45.5%
Magenta32.3%
Yellow0.0%
Key (black)7.8%
Color previews
#809feb text on a black background
contrast 8.08:1
Card sample
#809feb text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809feb;
Background color
Panel with #809feb background
background-color: #809feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 159, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 159, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809feb; background: linear-gradient(135deg, #809feb, #A880EB);