#596fef
a balanced, electric blue · warm · closest name: royalblue
RGB
89, 111, 239
HSL
231°, 82%, 64%
CMYK
63, 54, 0, 6
Luminance
0.1972
Every format
| HEX | #596fef |
| RGB | rgb(89, 111, 239) |
| HSL | hsl(231, 82%, 64%) |
| CMYK | cmyk(63%, 54%, 0%, 6%) |
| LAB | lab(51.5 30.9 -67.1) |
| LCH | lch(51.5 73.9 294.7) |
| OKLCH | oklch(0.594 0.193 271.9) |
Copy-ready code
/* CSS */
color: #596fef;
background-color: #596fef;
/* Tailwind (arbitrary) */
class="text-[#596fef] bg-[#596fef]"
/* SCSS */
$brand: #596fef;
/* SwiftUI */
Color(red: 0.349, green: 0.435, blue: 0.937)
/* Android */
Color.parseColor("#596fef")Accessibility — WCAG contrast
Aa
#596fef on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#596fef on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green43.5%
Blue93.7%
CMYK percentages
Cyan62.8%
Magenta53.6%
Yellow0.0%
Key (black)6.3%
Color previews
#596fef text on a black background
contrast 4.94:1
Card sample
#596fef text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596fef;
Background color
Panel with #596fef background
background-color: #596fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 111, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 111, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596fef; background: linear-gradient(135deg, #596fef, #A759EF);