#596df0
a balanced, electric blue · warm · closest name: royalblue
RGB
89, 109, 240
HSL
232°, 83%, 65%
CMYK
63, 55, 0, 6
Luminance
0.1935
Every format
| HEX | #596df0 |
| RGB | rgb(89, 109, 240) |
| HSL | hsl(232, 83%, 65%) |
| CMYK | cmyk(63%, 55%, 0%, 6%) |
| LAB | lab(51.1 32.5 -68.3) |
| LCH | lch(51.1 75.7 295.4) |
| OKLCH | oklch(0.591 0.197 272.4) |
Copy-ready code
/* CSS */
color: #596df0;
background-color: #596df0;
/* Tailwind (arbitrary) */
class="text-[#596df0] bg-[#596df0]"
/* SCSS */
$brand: #596df0;
/* SwiftUI */
Color(red: 0.349, green: 0.427, blue: 0.941)
/* Android */
Color.parseColor("#596df0")Accessibility — WCAG contrast
Aa
#596df0 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#596df0 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green42.7%
Blue94.1%
CMYK percentages
Cyan62.9%
Magenta54.6%
Yellow0.0%
Key (black)5.9%
Color previews
#596df0 text on a black background
contrast 4.87:1
Card sample
#596df0 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596df0;
Background color
Panel with #596df0 background
background-color: #596df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 109, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 109, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596df0; background: linear-gradient(135deg, #596df0, #AA59F0);