#596fdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
89, 111, 223
HSL
230°, 68%, 61%
CMYK
60, 50, 0, 13
Luminance
0.1882
Every format
| HEX | #596fdf |
| RGB | rgb(89, 111, 223) |
| HSL | hsl(230, 68%, 61%) |
| CMYK | cmyk(60%, 50%, 0%, 13%) |
| LAB | lab(50.5 25.6 -59.8) |
| LCH | lch(50.5 65.0 293.2) |
| OKLCH | oklch(0.583 0.171 271.7) |
Copy-ready code
/* CSS */
color: #596fdf;
background-color: #596fdf;
/* Tailwind (arbitrary) */
class="text-[#596fdf] bg-[#596fdf]"
/* SCSS */
$brand: #596fdf;
/* SwiftUI */
Color(red: 0.349, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#596fdf")Accessibility — WCAG contrast
Aa
#596fdf on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#596fdf on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green43.5%
Blue87.5%
CMYK percentages
Cyan60.1%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#596fdf text on a black background
contrast 4.76:1
Card sample
#596fdf text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596fdf;
Background color
Panel with #596fdf background
background-color: #596fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596fdf; background: linear-gradient(135deg, #596fdf, #9C59DF);