#8092df
a light, vivid blue · warm · closest name: steelblue
RGB
128, 146, 223
HSL
229°, 60%, 69%
CMYK
43, 35, 0, 13
Luminance
0.3047
Every format
| HEX | #8092df |
| RGB | rgb(128, 146, 223) |
| HSL | hsl(229, 60%, 69%) |
| CMYK | cmyk(43%, 35%, 0%, 13%) |
| LAB | lab(62.1 13.2 -41.2) |
| LCH | lch(62.1 43.3 287.7) |
| OKLCH | oklch(0.678 0.116 272.9) |
Copy-ready code
/* CSS */
color: #8092df;
background-color: #8092df;
/* Tailwind (arbitrary) */
class="text-[#8092df] bg-[#8092df]"
/* SCSS */
$brand: #8092df;
/* SwiftUI */
Color(red: 0.502, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#8092df")Accessibility — WCAG contrast
Aa
#8092df on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8092df on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green57.3%
Blue87.5%
CMYK percentages
Cyan42.6%
Magenta34.5%
Yellow0.0%
Key (black)12.5%
Color previews
#8092df text on a black background
contrast 7.09:1
Card sample
#8092df text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8092df;
Background color
Panel with #8092df background
background-color: #8092df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8092df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8092df; background: linear-gradient(135deg, #8092df, #AD80DF);