#809adf
a light, vivid blue · cool · closest name: steelblue
RGB
128, 154, 223
HSL
224°, 60%, 69%
CMYK
43, 31, 0, 13
Luminance
0.3303
Every format
| HEX | #809adf |
| RGB | rgb(128, 154, 223) |
| HSL | hsl(224, 60%, 69%) |
| CMYK | cmyk(43%, 31%, 0%, 13%) |
| LAB | lab(64.2 8.5 -37.9) |
| LCH | lch(64.2 38.9 282.7) |
| OKLCH | oklch(0.694 0.106 267.8) |
Copy-ready code
/* CSS */
color: #809adf;
background-color: #809adf;
/* Tailwind (arbitrary) */
class="text-[#809adf] bg-[#809adf]"
/* SCSS */
$brand: #809adf;
/* SwiftUI */
Color(red: 0.502, green: 0.604, blue: 0.875)
/* Android */
Color.parseColor("#809adf")Accessibility — WCAG contrast
Aa
#809adf on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#809adf on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green60.4%
Blue87.5%
CMYK percentages
Cyan42.6%
Magenta30.9%
Yellow0.0%
Key (black)12.5%
Color previews
#809adf text on a black background
contrast 7.61:1
Card sample
#809adf text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809adf;
Background color
Panel with #809adf background
background-color: #809adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 154, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 154, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809adf; background: linear-gradient(135deg, #809adf, #A580DF);