#596cec
a balanced, electric blue · warm · closest name: royalblue
RGB
89, 108, 236
HSL
232°, 80%, 64%
CMYK
62, 54, 0, 8
Luminance
0.1891
Every format
| HEX | #596cec |
| RGB | rgb(89, 108, 236) |
| HSL | hsl(232, 80%, 64%) |
| CMYK | cmyk(62%, 54%, 0%, 8%) |
| LAB | lab(50.6 31.8 -67.0) |
| LCH | lch(50.6 74.1 295.4) |
| OKLCH | oklch(0.586 0.193 272.7) |
Copy-ready code
/* CSS */
color: #596cec;
background-color: #596cec;
/* Tailwind (arbitrary) */
class="text-[#596cec] bg-[#596cec]"
/* SCSS */
$brand: #596cec;
/* SwiftUI */
Color(red: 0.349, green: 0.424, blue: 0.925)
/* Android */
Color.parseColor("#596cec")Accessibility — WCAG contrast
Aa
#596cec on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#596cec on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green42.4%
Blue92.5%
CMYK percentages
Cyan62.3%
Magenta54.2%
Yellow0.0%
Key (black)7.5%
Color previews
#596cec text on a black background
contrast 4.78:1
Card sample
#596cec text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596cec;
Background color
Panel with #596cec background
background-color: #596cec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596cec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 108, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 108, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596cec; background: linear-gradient(135deg, #596cec, #A859EC);