#596cef
a balanced, electric blue · warm · closest name: royalblue
RGB
89, 108, 239
HSL
232°, 82%, 64%
CMYK
63, 55, 0, 6
Luminance
0.1908
Every format
| HEX | #596cef |
| RGB | rgb(89, 108, 239) |
| HSL | hsl(232, 82%, 64%) |
| CMYK | cmyk(63%, 55%, 0%, 6%) |
| LAB | lab(50.8 32.8 -68.3) |
| LCH | lch(50.8 75.8 295.6) |
| OKLCH | oklch(0.588 0.196 272.6) |
Copy-ready code
/* CSS */
color: #596cef;
background-color: #596cef;
/* Tailwind (arbitrary) */
class="text-[#596cef] bg-[#596cef]"
/* SCSS */
$brand: #596cef;
/* SwiftUI */
Color(red: 0.349, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#596cef")Accessibility — WCAG contrast
Aa
#596cef on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#596cef on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green42.4%
Blue93.7%
CMYK percentages
Cyan62.8%
Magenta54.8%
Yellow0.0%
Key (black)6.3%
Color previews
#596cef text on a black background
contrast 4.82:1
Card sample
#596cef text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596cef;
Background color
Panel with #596cef background
background-color: #596cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596cef; background: linear-gradient(135deg, #596cef, #AA59EF);