#596abb
a balanced, soft blue · warm · closest name: royalblue
RGB
89, 106, 187
HSL
230°, 42%, 54%
CMYK
52, 43, 0, 27
Luminance
0.1602
Every format
| HEX | #596abb |
| RGB | rgb(89, 106, 187) |
| HSL | hsl(230, 42%, 54%) |
| CMYK | cmyk(52%, 43%, 0%, 27%) |
| LAB | lab(47.0 16.9 -44.8) |
| LCH | lch(47.0 47.9 290.6) |
| OKLCH | oklch(0.549 0.127 272.6) |
Copy-ready code
/* CSS */
color: #596abb;
background-color: #596abb;
/* Tailwind (arbitrary) */
class="text-[#596abb] bg-[#596abb]"
/* SCSS */
$brand: #596abb;
/* SwiftUI */
Color(red: 0.349, green: 0.416, blue: 0.733)
/* Android */
Color.parseColor("#596abb")Accessibility — WCAG contrast
Aa
#596abb on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596abb on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green41.6%
Blue73.3%
CMYK percentages
Cyan52.4%
Magenta43.3%
Yellow0.0%
Key (black)26.7%
Color previews
#596abb text on a black background
contrast 4.20:1
Card sample
#596abb text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596abb;
Background color
Panel with #596abb background
background-color: #596abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 106, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 106, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596abb; background: linear-gradient(135deg, #596abb, #8959BB);