#8992cb
a light, soft blue · warm · closest name: steelblue
RGB
137, 146, 203
HSL
232°, 39%, 67%
CMYK
33, 28, 0, 20
Luminance
0.3019
Every format
| HEX | #8992cb |
| RGB | rgb(137, 146, 203) |
| HSL | hsl(232, 39%, 67%) |
| CMYK | cmyk(33%, 28%, 0%, 20%) |
| LAB | lab(61.8 10.1 -30.4) |
| LCH | lch(61.8 32.0 288.4) |
| OKLCH | oklch(0.674 0.085 277.0) |
Copy-ready code
/* CSS */
color: #8992cb;
background-color: #8992cb;
/* Tailwind (arbitrary) */
class="text-[#8992cb] bg-[#8992cb]"
/* SCSS */
$brand: #8992cb;
/* SwiftUI */
Color(red: 0.537, green: 0.573, blue: 0.796)
/* Android */
Color.parseColor("#8992cb")Accessibility — WCAG contrast
Aa
#8992cb on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8992cb on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green57.3%
Blue79.6%
CMYK percentages
Cyan32.5%
Magenta28.1%
Yellow0.0%
Key (black)20.4%
Color previews
#8992cb text on a black background
contrast 7.04:1
Card sample
#8992cb text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8992cb;
Background color
Panel with #8992cb background
background-color: #8992cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8992cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 146, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 146, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8992cb; background: linear-gradient(135deg, #8992cb, #AC89CB);