#596afd
a light, electric blue · warm · closest name: royalblue
RGB
89, 106, 253
HSL
234°, 98%, 67%
CMYK
65, 58, 0, 1
Luminance
0.1952
Every format
| HEX | #596afd |
| RGB | rgb(89, 106, 253) |
| HSL | hsl(234, 98%, 67%) |
| CMYK | cmyk(65%, 58%, 0%, 1%) |
| LAB | lab(51.3 38.6 -75.3) |
| LCH | lch(51.3 84.6 297.2) |
| OKLCH | oklch(0.595 0.217 272.9) |
Copy-ready code
/* CSS */
color: #596afd;
background-color: #596afd;
/* Tailwind (arbitrary) */
class="text-[#596afd] bg-[#596afd]"
/* SCSS */
$brand: #596afd;
/* SwiftUI */
Color(red: 0.349, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#596afd")Accessibility — WCAG contrast
Aa
#596afd on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#596afd on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green41.6%
Blue99.2%
CMYK percentages
Cyan64.8%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#596afd text on a black background
contrast 4.90:1
Card sample
#596afd text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596afd;
Background color
Panel with #596afd background
background-color: #596afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596afd; background: linear-gradient(135deg, #596afd, #B559FD);