#596acf
a balanced, vivid blue · warm · closest name: royalblue
RGB
89, 106, 207
HSL
231°, 55%, 58%
CMYK
57, 49, 0, 19
Luminance
0.1694
Every format
| HEX | #596acf |
| RGB | rgb(89, 106, 207) |
| HSL | hsl(231, 55%, 58%) |
| CMYK | cmyk(57%, 49%, 0%, 19%) |
| LAB | lab(48.2 23.4 -54.4) |
| LCH | lch(48.2 59.2 293.3) |
| OKLCH | oklch(0.562 0.156 273.2) |
Copy-ready code
/* CSS */
color: #596acf;
background-color: #596acf;
/* Tailwind (arbitrary) */
class="text-[#596acf] bg-[#596acf]"
/* SCSS */
$brand: #596acf;
/* SwiftUI */
Color(red: 0.349, green: 0.416, blue: 0.812)
/* Android */
Color.parseColor("#596acf")Accessibility — WCAG contrast
Aa
#596acf on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596acf on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green41.6%
Blue81.2%
CMYK percentages
Cyan57.0%
Magenta48.8%
Yellow0.0%
Key (black)18.8%
Color previews
#596acf text on a black background
contrast 4.39:1
Card sample
#596acf text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596acf;
Background color
Panel with #596acf background
background-color: #596acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 106, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 106, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596acf; background: linear-gradient(135deg, #596acf, #9759CF);