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