#595af2
a balanced, electric blue · warm · closest name: slateblue
RGB
89, 90, 242
HSL
240°, 86%, 65%
CMYK
63, 63, 0, 5
Luminance
0.1585
Every format
| HEX | #595af2 |
| RGB | rgb(89, 90, 242) |
| HSL | hsl(240, 86%, 65%) |
| CMYK | cmyk(63%, 63%, 0%, 5%) |
| LAB | lab(46.8 44.6 -76.5) |
| LCH | lch(46.8 88.5 300.2) |
| OKLCH | oklch(0.559 0.222 276.2) |
Copy-ready code
/* CSS */
color: #595af2;
background-color: #595af2;
/* Tailwind (arbitrary) */
class="text-[#595af2] bg-[#595af2]"
/* SCSS */
$brand: #595af2;
/* SwiftUI */
Color(red: 0.349, green: 0.353, blue: 0.949)
/* Android */
Color.parseColor("#595af2")Accessibility — WCAG contrast
Aa
#595af2 on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#595af2 on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green35.3%
Blue94.9%
CMYK percentages
Cyan63.2%
Magenta62.8%
Yellow0.0%
Key (black)5.1%
Color previews
#595af2 text on a black background
contrast 4.17:1
Card sample
#595af2 text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #595af2;
Background color
Panel with #595af2 background
background-color: #595af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #595af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 90, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 90, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #595af2; background: linear-gradient(135deg, #595af2, #BE59F2);