#5960fd
a light, electric blue · warm · closest name: royalblue
RGB
89, 96, 253
HSL
237°, 98%, 67%
CMYK
65, 62, 0, 1
Luminance
0.1758
Every format
| HEX | #5960fd |
| RGB | rgb(89, 96, 253) |
| HSL | hsl(237, 98%, 67%) |
| CMYK | cmyk(65%, 62%, 0%, 1%) |
| LAB | lab(49.0 44.6 -79.0) |
| LCH | lch(49.0 90.7 299.4) |
| OKLCH | oklch(0.578 0.229 274.7) |
Copy-ready code
/* CSS */
color: #5960fd;
background-color: #5960fd;
/* Tailwind (arbitrary) */
class="text-[#5960fd] bg-[#5960fd]"
/* SCSS */
$brand: #5960fd;
/* SwiftUI */
Color(red: 0.349, green: 0.376, blue: 0.992)
/* Android */
Color.parseColor("#5960fd")Accessibility — WCAG contrast
Aa
#5960fd on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5960fd on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green37.6%
Blue99.2%
CMYK percentages
Cyan64.8%
Magenta62.1%
Yellow0.0%
Key (black)0.8%
Color previews
#5960fd text on a black background
contrast 4.52:1
Card sample
#5960fd text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5960fd;
Background color
Panel with #5960fd background
background-color: #5960fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5960fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 96, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 96, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5960fd; background: linear-gradient(135deg, #5960fd, #BF59FD);