#5960eb
a balanced, electric blue · warm · closest name: royalblue
RGB
89, 96, 235
HSL
237°, 79%, 64%
CMYK
62, 59, 0, 8
Luminance
0.1649
Every format
| HEX | #5960eb |
| RGB | rgb(89, 96, 235) |
| HSL | hsl(237, 79%, 64%) |
| CMYK | cmyk(62%, 59%, 0%, 8%) |
| LAB | lab(47.6 38.7 -71.2) |
| LCH | lch(47.6 81.1 298.5) |
| OKLCH | oklch(0.564 0.206 275.4) |
Copy-ready code
/* CSS */
color: #5960eb;
background-color: #5960eb;
/* Tailwind (arbitrary) */
class="text-[#5960eb] bg-[#5960eb]"
/* SCSS */
$brand: #5960eb;
/* SwiftUI */
Color(red: 0.349, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#5960eb")Accessibility — WCAG contrast
Aa
#5960eb on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5960eb on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green37.6%
Blue92.2%
CMYK percentages
Cyan62.1%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#5960eb text on a black background
contrast 4.30:1
Card sample
#5960eb text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5960eb;
Background color
Panel with #5960eb background
background-color: #5960eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5960eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5960eb; background: linear-gradient(135deg, #5960eb, #B359EB);