#596cff
a light, electric blue · warm · closest name: royalblue
RGB
89, 108, 255
HSL
233°, 100%, 68%
CMYK
65, 58, 0, 0
Luminance
0.2007
Every format
| HEX | #596cff |
| RGB | rgb(89, 108, 255) |
| HSL | hsl(233, 100%, 68%) |
| CMYK | cmyk(65%, 58%, 0%, 0%) |
| LAB | lab(51.9 38.1 -75.4) |
| LCH | lch(51.9 84.4 296.8) |
| OKLCH | oklch(0.600 0.217 272.5) |
Copy-ready code
/* CSS */
color: #596cff;
background-color: #596cff;
/* Tailwind (arbitrary) */
class="text-[#596cff] bg-[#596cff]"
/* SCSS */
$brand: #596cff;
/* SwiftUI */
Color(red: 0.349, green: 0.424, blue: 1.000)
/* Android */
Color.parseColor("#596cff")Accessibility — WCAG contrast
Aa
#596cff on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#596cff on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green42.4%
Blue100.0%
CMYK percentages
Cyan65.1%
Magenta57.6%
Yellow0.0%
Key (black)0.0%
Color previews
#596cff text on a black background
contrast 5.01:1
Card sample
#596cff text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596cff;
Background color
Panel with #596cff background
background-color: #596cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 108, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 108, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596cff; background: linear-gradient(135deg, #596cff, #B559FF);