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