#8992df
a light, vivid blue · warm · closest name: steelblue
RGB
137, 146, 223
HSL
234°, 57%, 71%
CMYK
39, 35, 0, 13
Luminance
0.3120
Every format
| HEX | #8992df |
| RGB | rgb(137, 146, 223) |
| HSL | hsl(234, 57%, 71%) |
| CMYK | cmyk(39%, 35%, 0%, 13%) |
| LAB | lab(62.7 15.5 -40.2) |
| LCH | lch(62.7 43.1 291.1) |
| OKLCH | oklch(0.684 0.114 277.9) |
Copy-ready code
/* CSS */
color: #8992df;
background-color: #8992df;
/* Tailwind (arbitrary) */
class="text-[#8992df] bg-[#8992df]"
/* SCSS */
$brand: #8992df;
/* SwiftUI */
Color(red: 0.537, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#8992df")Accessibility — WCAG contrast
Aa
#8992df on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8992df on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green57.3%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta34.5%
Yellow0.0%
Key (black)12.5%
Color previews
#8992df text on a black background
contrast 7.24:1
Card sample
#8992df text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8992df;
Background color
Panel with #8992df background
background-color: #8992df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8992df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8992df; background: linear-gradient(135deg, #8992df, #B989DF);