#8293b0
a balanced, soft blue · cool · closest name: steelblue
RGB
130, 147, 176
HSL
218°, 23%, 60%
CMYK
26, 17, 0, 31
Luminance
0.2875
Every format
| HEX | #8293b0 |
| RGB | rgb(130, 147, 176) |
| HSL | hsl(218, 23%, 60%) |
| CMYK | cmyk(26%, 17%, 0%, 31%) |
| LAB | lab(60.6 0.6 -17.2) |
| LCH | lch(60.6 17.2 272.0) |
| OKLCH | oklch(0.660 0.048 261.1) |
Copy-ready code
/* CSS */
color: #8293b0;
background-color: #8293b0;
/* Tailwind (arbitrary) */
class="text-[#8293b0] bg-[#8293b0]"
/* SCSS */
$brand: #8293b0;
/* SwiftUI */
Color(red: 0.510, green: 0.576, blue: 0.690)
/* Android */
Color.parseColor("#8293b0")Accessibility — WCAG contrast
Aa
#8293b0 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8293b0 on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green57.6%
Blue69.0%
CMYK percentages
Cyan26.1%
Magenta16.5%
Yellow0.0%
Key (black)31.0%
Color previews
#8293b0 text on a black background
contrast 6.75:1
Card sample
#8293b0 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8293b0;
Background color
Panel with #8293b0 background
background-color: #8293b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8293b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 147, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 147, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8293b0; background: linear-gradient(135deg, #8293b0, #9082B0);