#586e84
a dark, soft blue · cool · closest name: gray
RGB
88, 110, 132
HSL
210°, 20%, 43%
CMYK
33, 17, 0, 48
Luminance
0.1489
Every format
| HEX | #586e84 |
| RGB | rgb(88, 110, 132) |
| HSL | hsl(210, 20%, 43%) |
| CMYK | cmyk(33%, 17%, 0%, 48%) |
| LAB | lab(45.5 -2.5 -14.8) |
| LCH | lch(45.5 15.0 260.5) |
| OKLCH | oklch(0.529 0.044 248.7) |
Copy-ready code
/* CSS */
color: #586e84;
background-color: #586e84;
/* Tailwind (arbitrary) */
class="text-[#586e84] bg-[#586e84]"
/* SCSS */
$brand: #586e84;
/* SwiftUI */
Color(red: 0.345, green: 0.431, blue: 0.518)
/* Android */
Color.parseColor("#586e84")Accessibility — WCAG contrast
Aa
#586e84 on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#586e84 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green43.1%
Blue51.8%
CMYK percentages
Cyan33.3%
Magenta16.7%
Yellow0.0%
Key (black)48.2%
Color previews
#586e84 text on a black background
contrast 3.98:1
Card sample
#586e84 text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #586e84;
Background color
Panel with #586e84 background
background-color: #586e84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #586e84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 110, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 110, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #586e84; background: linear-gradient(135deg, #586e84, #5F5884);