#596daf
a balanced, soft blue · warm · closest name: steelblue
RGB
89, 109, 175
HSL
226°, 35%, 52%
CMYK
49, 38, 0, 31
Luminance
0.1616
Every format
| HEX | #596daf |
| RGB | rgb(89, 109, 175) |
| HSL | hsl(226, 35%, 52%) |
| CMYK | cmyk(49%, 38%, 0%, 31%) |
| LAB | lab(47.2 11.2 -37.5) |
| LCH | lch(47.2 39.2 286.6) |
| OKLCH | oklch(0.549 0.106 269.9) |
Copy-ready code
/* CSS */
color: #596daf;
background-color: #596daf;
/* Tailwind (arbitrary) */
class="text-[#596daf] bg-[#596daf]"
/* SCSS */
$brand: #596daf;
/* SwiftUI */
Color(red: 0.349, green: 0.427, blue: 0.686)
/* Android */
Color.parseColor("#596daf")Accessibility — WCAG contrast
Aa
#596daf on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596daf on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green42.7%
Blue68.6%
CMYK percentages
Cyan49.1%
Magenta37.7%
Yellow0.0%
Key (black)31.4%
Color previews
#596daf text on a black background
contrast 4.23:1
Card sample
#596daf text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596daf;
Background color
Panel with #596daf background
background-color: #596daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 109, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 109, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596daf; background: linear-gradient(135deg, #596daf, #7E59AF);