#8292b1
a balanced, soft blue · cool · closest name: steelblue
RGB
130, 146, 177
HSL
220°, 23%, 60%
CMYK
27, 18, 0, 31
Luminance
0.2848
Every format
| HEX | #8292b1 |
| RGB | rgb(130, 146, 177) |
| HSL | hsl(220, 23%, 60%) |
| CMYK | cmyk(27%, 18%, 0%, 31%) |
| LAB | lab(60.3 1.4 -18.1) |
| LCH | lch(60.3 18.1 274.5) |
| OKLCH | oklch(0.658 0.050 263.6) |
Copy-ready code
/* CSS */
color: #8292b1;
background-color: #8292b1;
/* Tailwind (arbitrary) */
class="text-[#8292b1] bg-[#8292b1]"
/* SCSS */
$brand: #8292b1;
/* SwiftUI */
Color(red: 0.510, green: 0.573, blue: 0.694)
/* Android */
Color.parseColor("#8292b1")Accessibility — WCAG contrast
Aa
#8292b1 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8292b1 on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green57.3%
Blue69.4%
CMYK percentages
Cyan26.6%
Magenta17.5%
Yellow0.0%
Key (black)30.6%
Color previews
#8292b1 text on a black background
contrast 6.70:1
Card sample
#8292b1 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8292b1;
Background color
Panel with #8292b1 background
background-color: #8292b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8292b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 146, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 146, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8292b1; background: linear-gradient(135deg, #8292b1, #9182B1);