#596cf1
a balanced, electric blue · warm · closest name: royalblue
RGB
89, 108, 241
HSL
233°, 84%, 65%
CMYK
63, 55, 0, 6
Luminance
0.1920
Every format
| HEX | #596cf1 |
| RGB | rgb(89, 108, 241) |
| HSL | hsl(233, 84%, 65%) |
| CMYK | cmyk(63%, 55%, 0%, 6%) |
| LAB | lab(50.9 33.4 -69.2) |
| LCH | lch(50.9 76.8 295.8) |
| OKLCH | oklch(0.590 0.199 272.6) |
Copy-ready code
/* CSS */
color: #596cf1;
background-color: #596cf1;
/* Tailwind (arbitrary) */
class="text-[#596cf1] bg-[#596cf1]"
/* SCSS */
$brand: #596cf1;
/* SwiftUI */
Color(red: 0.349, green: 0.424, blue: 0.945)
/* Android */
Color.parseColor("#596cf1")Accessibility — WCAG contrast
Aa
#596cf1 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#596cf1 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green42.4%
Blue94.5%
CMYK percentages
Cyan63.1%
Magenta55.2%
Yellow0.0%
Key (black)5.5%
Color previews
#596cf1 text on a black background
contrast 4.84:1
Card sample
#596cf1 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596cf1;
Background color
Panel with #596cf1 background
background-color: #596cf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596cf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 108, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 108, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596cf1; background: linear-gradient(135deg, #596cf1, #AB59F1);