#596ab4
a balanced, soft blue · warm · closest name: steelblue
RGB
89, 106, 180
HSL
229°, 38%, 53%
CMYK
51, 41, 0, 29
Luminance
0.1573
Every format
| HEX | #596ab4 |
| RGB | rgb(89, 106, 180) |
| HSL | hsl(229, 38%, 53%) |
| CMYK | cmyk(51%, 41%, 0%, 29%) |
| LAB | lab(46.6 14.6 -41.3) |
| LCH | lch(46.6 43.8 289.5) |
| OKLCH | oklch(0.545 0.117 272.2) |
Copy-ready code
/* CSS */
color: #596ab4;
background-color: #596ab4;
/* Tailwind (arbitrary) */
class="text-[#596ab4] bg-[#596ab4]"
/* SCSS */
$brand: #596ab4;
/* SwiftUI */
Color(red: 0.349, green: 0.416, blue: 0.706)
/* Android */
Color.parseColor("#596ab4")Accessibility — WCAG contrast
Aa
#596ab4 on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596ab4 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green41.6%
Blue70.6%
CMYK percentages
Cyan50.6%
Magenta41.1%
Yellow0.0%
Key (black)29.4%
Color previews
#596ab4 text on a black background
contrast 4.15:1
Card sample
#596ab4 text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596ab4;
Background color
Panel with #596ab4 background
background-color: #596ab4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596ab4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 106, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 106, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596ab4; background: linear-gradient(135deg, #596ab4, #8559B4);