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