#8096df
a light, vivid blue · warm · closest name: steelblue
RGB
128, 150, 223
HSL
226°, 60%, 69%
CMYK
43, 33, 0, 13
Luminance
0.3173
Every format
| HEX | #8096df |
| RGB | rgb(128, 150, 223) |
| HSL | hsl(226, 60%, 69%) |
| CMYK | cmyk(43%, 33%, 0%, 13%) |
| LAB | lab(63.1 10.8 -39.6) |
| LCH | lch(63.1 41.0 285.3) |
| OKLCH | oklch(0.686 0.111 270.5) |
Copy-ready code
/* CSS */
color: #8096df;
background-color: #8096df;
/* Tailwind (arbitrary) */
class="text-[#8096df] bg-[#8096df]"
/* SCSS */
$brand: #8096df;
/* SwiftUI */
Color(red: 0.502, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#8096df")Accessibility — WCAG contrast
Aa
#8096df on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8096df on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green58.8%
Blue87.5%
CMYK percentages
Cyan42.6%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#8096df text on a black background
contrast 7.35:1
Card sample
#8096df text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8096df;
Background color
Panel with #8096df background
background-color: #8096df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8096df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8096df; background: linear-gradient(135deg, #8096df, #A980DF);