#596baf
a balanced, soft blue · warm · closest name: steelblue
RGB
89, 107, 175
HSL
227°, 35%, 52%
CMYK
49, 39, 0, 31
Luminance
0.1573
Every format
| HEX | #596baf |
| RGB | rgb(89, 107, 175) |
| HSL | hsl(227, 35%, 52%) |
| CMYK | cmyk(49%, 39%, 0%, 31%) |
| LAB | lab(46.6 12.4 -38.4) |
| LCH | lch(46.6 40.4 287.9) |
| OKLCH | oklch(0.544 0.108 271.2) |
Copy-ready code
/* CSS */
color: #596baf;
background-color: #596baf;
/* Tailwind (arbitrary) */
class="text-[#596baf] bg-[#596baf]"
/* SCSS */
$brand: #596baf;
/* SwiftUI */
Color(red: 0.349, green: 0.420, blue: 0.686)
/* Android */
Color.parseColor("#596baf")Accessibility — WCAG contrast
Aa
#596baf on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596baf on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green42.0%
Blue68.6%
CMYK percentages
Cyan49.1%
Magenta38.9%
Yellow0.0%
Key (black)31.4%
Color previews
#596baf text on a black background
contrast 4.15:1
Card sample
#596baf text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596baf;
Background color
Panel with #596baf background
background-color: #596baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 107, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 107, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596baf; background: linear-gradient(135deg, #596baf, #8059AF);