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