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