#596af5
a light, electric blue · warm · closest name: royalblue
RGB
89, 106, 245
HSL
234°, 89%, 66%
CMYK
64, 57, 0, 4
Luminance
0.1902
Every format
| HEX | #596af5 |
| RGB | rgb(89, 106, 245) |
| HSL | hsl(234, 89%, 66%) |
| CMYK | cmyk(64%, 57%, 0%, 4%) |
| LAB | lab(50.7 36.0 -71.8) |
| LCH | lch(50.7 80.3 296.6) |
| OKLCH | oklch(0.589 0.207 273.0) |
Copy-ready code
/* CSS */
color: #596af5;
background-color: #596af5;
/* Tailwind (arbitrary) */
class="text-[#596af5] bg-[#596af5]"
/* SCSS */
$brand: #596af5;
/* SwiftUI */
Color(red: 0.349, green: 0.416, blue: 0.961)
/* Android */
Color.parseColor("#596af5")Accessibility — WCAG contrast
Aa
#596af5 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#596af5 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green41.6%
Blue96.1%
CMYK percentages
Cyan63.7%
Magenta56.7%
Yellow0.0%
Key (black)3.9%
Color previews
#596af5 text on a black background
contrast 4.80:1
Card sample
#596af5 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596af5;
Background color
Panel with #596af5 background
background-color: #596af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 106, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 106, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596af5; background: linear-gradient(135deg, #596af5, #B059F5);