#596cda
a balanced, vivid blue · warm · closest name: royalblue
RGB
89, 108, 218
HSL
231°, 64%, 60%
CMYK
59, 51, 0, 15
Luminance
0.1791
Every format
| HEX | #596cda |
| RGB | rgb(89, 108, 218) |
| HSL | hsl(231, 64%, 60%) |
| CMYK | cmyk(59%, 51%, 0%, 15%) |
| LAB | lab(49.4 25.8 -58.7) |
| LCH | lch(49.4 64.1 293.7) |
| OKLCH | oklch(0.574 0.168 272.6) |
Copy-ready code
/* CSS */
color: #596cda;
background-color: #596cda;
/* Tailwind (arbitrary) */
class="text-[#596cda] bg-[#596cda]"
/* SCSS */
$brand: #596cda;
/* SwiftUI */
Color(red: 0.349, green: 0.424, blue: 0.855)
/* Android */
Color.parseColor("#596cda")Accessibility — WCAG contrast
Aa
#596cda on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596cda on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green42.4%
Blue85.5%
CMYK percentages
Cyan59.2%
Magenta50.5%
Yellow0.0%
Key (black)14.5%
Color previews
#596cda text on a black background
contrast 4.58:1
Card sample
#596cda text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596cda;
Background color
Panel with #596cda background
background-color: #596cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 108, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 108, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596cda; background: linear-gradient(135deg, #596cda, #9C59DA);