#596fba
a balanced, soft blue · warm · closest name: steelblue
RGB
89, 111, 186
HSL
226°, 41%, 54%
CMYK
52, 40, 0, 27
Luminance
0.1704
Every format
| HEX | #596fba |
| RGB | rgb(89, 111, 186) |
| HSL | hsl(226, 41%, 54%) |
| CMYK | cmyk(52%, 40%, 0%, 27%) |
| LAB | lab(48.3 13.4 -42.1) |
| LCH | lch(48.3 44.2 287.7) |
| OKLCH | oklch(0.559 0.119 269.9) |
Copy-ready code
/* CSS */
color: #596fba;
background-color: #596fba;
/* Tailwind (arbitrary) */
class="text-[#596fba] bg-[#596fba]"
/* SCSS */
$brand: #596fba;
/* SwiftUI */
Color(red: 0.349, green: 0.435, blue: 0.729)
/* Android */
Color.parseColor("#596fba")Accessibility — WCAG contrast
Aa
#596fba on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596fba on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green43.5%
Blue72.9%
CMYK percentages
Cyan52.2%
Magenta40.3%
Yellow0.0%
Key (black)27.1%
Color previews
#596fba text on a black background
contrast 4.41:1
Card sample
#596fba text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596fba;
Background color
Panel with #596fba background
background-color: #596fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 111, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 111, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596fba; background: linear-gradient(135deg, #596fba, #8459BA);