#596673
a dark, muted blue · cool · closest name: gray
RGB
89, 102, 115
HSL
210°, 13%, 40%
CMYK
23, 11, 0, 55
Luminance
0.1286
Every format
| HEX | #596673 |
| RGB | rgb(89, 102, 115) |
| HSL | hsl(210, 13%, 40%) |
| CMYK | cmyk(23%, 11%, 0%, 55%) |
| LAB | lab(42.6 -1.8 -8.9) |
| LCH | lch(42.6 9.1 258.5) |
| OKLCH | oklch(0.504 0.026 248.3) |
Copy-ready code
/* CSS */
color: #596673;
background-color: #596673;
/* Tailwind (arbitrary) */
class="text-[#596673] bg-[#596673]"
/* SCSS */
$brand: #596673;
/* SwiftUI */
Color(red: 0.349, green: 0.400, blue: 0.451)
/* Android */
Color.parseColor("#596673")Accessibility — WCAG contrast
Aa
#596673 on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596673 on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green40.0%
Blue45.1%
CMYK percentages
Cyan22.6%
Magenta11.3%
Yellow0.0%
Key (black)54.9%
Color previews
#596673 text on a black background
contrast 3.57:1
Card sample
#596673 text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596673;
Background color
Panel with #596673 background
background-color: #596673;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596673;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 102, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 102, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596673; background: linear-gradient(135deg, #596673, #5D5973);