#596bdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
89, 107, 223
HSL
232°, 68%, 61%
CMYK
60, 52, 0, 13
Luminance
0.1797
Every format
| HEX | #596bdf |
| RGB | rgb(89, 107, 223) |
| HSL | hsl(232, 68%, 61%) |
| CMYK | cmyk(60%, 52%, 0%, 13%) |
| LAB | lab(49.5 28.1 -61.5) |
| LCH | lch(49.5 67.5 294.5) |
| OKLCH | oklch(0.575 0.176 273.0) |
Copy-ready code
/* CSS */
color: #596bdf;
background-color: #596bdf;
/* Tailwind (arbitrary) */
class="text-[#596bdf] bg-[#596bdf]"
/* SCSS */
$brand: #596bdf;
/* SwiftUI */
Color(red: 0.349, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#596bdf")Accessibility — WCAG contrast
Aa
#596bdf on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596bdf on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green42.0%
Blue87.5%
CMYK percentages
Cyan60.1%
Magenta52.0%
Yellow0.0%
Key (black)12.5%
Color previews
#596bdf text on a black background
contrast 4.59:1
Card sample
#596bdf text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596bdf;
Background color
Panel with #596bdf background
background-color: #596bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596bdf; background: linear-gradient(135deg, #596bdf, #A059DF);