#596df3
a light, electric blue · warm · closest name: royalblue
RGB
89, 109, 243
HSL
232°, 87%, 65%
CMYK
63, 55, 0, 5
Luminance
0.1953
Every format
| HEX | #596df3 |
| RGB | rgb(89, 109, 243) |
| HSL | hsl(232, 87%, 65%) |
| CMYK | cmyk(63%, 55%, 0%, 5%) |
| LAB | lab(51.3 33.5 -69.7) |
| LCH | lch(51.3 77.3 295.7) |
| OKLCH | oklch(0.593 0.201 272.4) |
Copy-ready code
/* CSS */
color: #596df3;
background-color: #596df3;
/* Tailwind (arbitrary) */
class="text-[#596df3] bg-[#596df3]"
/* SCSS */
$brand: #596df3;
/* SwiftUI */
Color(red: 0.349, green: 0.427, blue: 0.953)
/* Android */
Color.parseColor("#596df3")Accessibility — WCAG contrast
Aa
#596df3 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#596df3 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green42.7%
Blue95.3%
CMYK percentages
Cyan63.4%
Magenta55.1%
Yellow0.0%
Key (black)4.7%
Color previews
#596df3 text on a black background
contrast 4.91:1
Card sample
#596df3 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596df3;
Background color
Panel with #596df3 background
background-color: #596df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 109, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 109, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596df3; background: linear-gradient(135deg, #596df3, #AC59F3);