#8290ba
a balanced, soft blue · warm · closest name: steelblue
RGB
130, 144, 186
HSL
225°, 29%, 62%
CMYK
30, 23, 0, 27
Luminance
0.2824
Every format
| HEX | #8290ba |
| RGB | rgb(130, 144, 186) |
| HSL | hsl(225, 29%, 62%) |
| CMYK | cmyk(30%, 23%, 0%, 27%) |
| LAB | lab(60.1 4.8 -23.5) |
| LCH | lch(60.1 24.0 281.6) |
| OKLCH | oklch(0.658 0.065 270.2) |
Copy-ready code
/* CSS */
color: #8290ba;
background-color: #8290ba;
/* Tailwind (arbitrary) */
class="text-[#8290ba] bg-[#8290ba]"
/* SCSS */
$brand: #8290ba;
/* SwiftUI */
Color(red: 0.510, green: 0.565, blue: 0.729)
/* Android */
Color.parseColor("#8290ba")Accessibility — WCAG contrast
Aa
#8290ba on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8290ba on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green56.5%
Blue72.9%
CMYK percentages
Cyan30.1%
Magenta22.6%
Yellow0.0%
Key (black)27.1%
Color previews
#8290ba text on a black background
contrast 6.65:1
Card sample
#8290ba text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8290ba;
Background color
Panel with #8290ba background
background-color: #8290ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8290ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 144, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 144, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8290ba; background: linear-gradient(135deg, #8290ba, #9982BA);