#8594b3
a balanced, soft blue · cool · closest name: steelblue
RGB
133, 148, 179
HSL
220°, 23%, 61%
CMYK
26, 17, 0, 30
Luminance
0.2942
Every format
| HEX | #8594b3 |
| RGB | rgb(133, 148, 179) |
| HSL | hsl(220, 23%, 61%) |
| CMYK | cmyk(26%, 17%, 0%, 30%) |
| LAB | lab(61.1 1.7 -17.9) |
| LCH | lch(61.1 18.0 275.4) |
| OKLCH | oklch(0.666 0.049 264.8) |
Copy-ready code
/* CSS */
color: #8594b3;
background-color: #8594b3;
/* Tailwind (arbitrary) */
class="text-[#8594b3] bg-[#8594b3]"
/* SCSS */
$brand: #8594b3;
/* SwiftUI */
Color(red: 0.522, green: 0.580, blue: 0.702)
/* Android */
Color.parseColor("#8594b3")Accessibility — WCAG contrast
Aa
#8594b3 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8594b3 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green58.0%
Blue70.2%
CMYK percentages
Cyan25.7%
Magenta17.3%
Yellow0.0%
Key (black)29.8%
Color previews
#8594b3 text on a black background
contrast 6.88:1
Card sample
#8594b3 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8594b3;
Background color
Panel with #8594b3 background
background-color: #8594b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8594b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 148, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 148, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8594b3; background: linear-gradient(135deg, #8594b3, #9585B3);