#586eb3
a balanced, soft blue · warm · closest name: steelblue
RGB
88, 110, 179
HSL
226°, 37%, 52%
CMYK
51, 39, 0, 30
Luminance
0.1648
Every format
| HEX | #586eb3 |
| RGB | rgb(88, 110, 179) |
| HSL | hsl(226, 37%, 52%) |
| CMYK | cmyk(51%, 39%, 0%, 30%) |
| LAB | lab(47.6 11.6 -39.2) |
| LCH | lch(47.6 40.9 286.5) |
| OKLCH | oklch(0.552 0.111 269.2) |
Copy-ready code
/* CSS */
color: #586eb3;
background-color: #586eb3;
/* Tailwind (arbitrary) */
class="text-[#586eb3] bg-[#586eb3]"
/* SCSS */
$brand: #586eb3;
/* SwiftUI */
Color(red: 0.345, green: 0.431, blue: 0.702)
/* Android */
Color.parseColor("#586eb3")Accessibility — WCAG contrast
Aa
#586eb3 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#586eb3 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green43.1%
Blue70.2%
CMYK percentages
Cyan50.8%
Magenta38.5%
Yellow0.0%
Key (black)29.8%
Color previews
#586eb3 text on a black background
contrast 4.30:1
Card sample
#586eb3 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #586eb3;
Background color
Panel with #586eb3 background
background-color: #586eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #586eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 110, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 110, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #586eb3; background: linear-gradient(135deg, #586eb3, #7F58B3);