#596cba
a balanced, soft blue · warm · closest name: steelblue
RGB
89, 108, 186
HSL
228°, 41%, 54%
CMYK
52, 42, 0, 27
Luminance
0.1639
Every format
| HEX | #596cba |
| RGB | rgb(89, 108, 186) |
| HSL | hsl(228, 41%, 54%) |
| CMYK | cmyk(52%, 42%, 0%, 27%) |
| LAB | lab(47.5 15.3 -43.4) |
| LCH | lch(47.5 46.0 289.4) |
| OKLCH | oklch(0.553 0.123 271.5) |
Copy-ready code
/* CSS */
color: #596cba;
background-color: #596cba;
/* Tailwind (arbitrary) */
class="text-[#596cba] bg-[#596cba]"
/* SCSS */
$brand: #596cba;
/* SwiftUI */
Color(red: 0.349, green: 0.424, blue: 0.729)
/* Android */
Color.parseColor("#596cba")Accessibility — WCAG contrast
Aa
#596cba on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596cba on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green42.4%
Blue72.9%
CMYK percentages
Cyan52.2%
Magenta41.9%
Yellow0.0%
Key (black)27.1%
Color previews
#596cba text on a black background
contrast 4.28:1
Card sample
#596cba text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596cba;
Background color
Panel with #596cba background
background-color: #596cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 108, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 108, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596cba; background: linear-gradient(135deg, #596cba, #8759BA);