#596df5
a light, electric blue · warm · closest name: royalblue
RGB
89, 109, 245
HSL
232°, 89%, 66%
CMYK
64, 56, 0, 4
Luminance
0.1965
Every format
| HEX | #596df5 |
| RGB | rgb(89, 109, 245) |
| HSL | hsl(232, 89%, 66%) |
| CMYK | cmyk(64%, 56%, 0%, 4%) |
| LAB | lab(51.4 34.1 -70.6) |
| LCH | lch(51.4 78.4 295.8) |
| OKLCH | oklch(0.595 0.203 272.4) |
Copy-ready code
/* CSS */
color: #596df5;
background-color: #596df5;
/* Tailwind (arbitrary) */
class="text-[#596df5] bg-[#596df5]"
/* SCSS */
$brand: #596df5;
/* SwiftUI */
Color(red: 0.349, green: 0.427, blue: 0.961)
/* Android */
Color.parseColor("#596df5")Accessibility — WCAG contrast
Aa
#596df5 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#596df5 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green42.7%
Blue96.1%
CMYK percentages
Cyan63.7%
Magenta55.5%
Yellow0.0%
Key (black)3.9%
Color previews
#596df5 text on a black background
contrast 4.93:1
Card sample
#596df5 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596df5;
Background color
Panel with #596df5 background
background-color: #596df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 109, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 109, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596df5; background: linear-gradient(135deg, #596df5, #AD59F5);