#596fda
a balanced, vivid blue · warm · closest name: royalblue
RGB
89, 111, 218
HSL
230°, 64%, 60%
CMYK
59, 49, 0, 15
Luminance
0.1855
Every format
| HEX | #596fda |
| RGB | rgb(89, 111, 218) |
| HSL | hsl(230, 64%, 60%) |
| CMYK | cmyk(59%, 49%, 0%, 15%) |
| LAB | lab(50.2 23.9 -57.5) |
| LCH | lch(50.2 62.3 292.6) |
| OKLCH | oklch(0.579 0.164 271.6) |
Copy-ready code
/* CSS */
color: #596fda;
background-color: #596fda;
/* Tailwind (arbitrary) */
class="text-[#596fda] bg-[#596fda]"
/* SCSS */
$brand: #596fda;
/* SwiftUI */
Color(red: 0.349, green: 0.435, blue: 0.855)
/* Android */
Color.parseColor("#596fda")Accessibility — WCAG contrast
Aa
#596fda on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#596fda on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green43.5%
Blue85.5%
CMYK percentages
Cyan59.2%
Magenta49.1%
Yellow0.0%
Key (black)14.5%
Color previews
#596fda text on a black background
contrast 4.71:1
Card sample
#596fda text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596fda;
Background color
Panel with #596fda background
background-color: #596fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 111, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 111, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596fda; background: linear-gradient(135deg, #596fda, #9959DA);