#595dfb
a light, electric blue · warm · closest name: slateblue
RGB
89, 93, 251
HSL
239°, 95%, 67%
CMYK
65, 63, 0, 2
Luminance
0.1692
Every format
| HEX | #595dfb |
| RGB | rgb(89, 93, 251) |
| HSL | hsl(239, 95%, 67%) |
| CMYK | cmyk(65%, 63%, 0%, 2%) |
| LAB | lab(48.1 45.7 -79.3) |
| LCH | lch(48.1 91.5 300.0) |
| OKLCH | oklch(0.572 0.230 275.3) |
Copy-ready code
/* CSS */
color: #595dfb;
background-color: #595dfb;
/* Tailwind (arbitrary) */
class="text-[#595dfb] bg-[#595dfb]"
/* SCSS */
$brand: #595dfb;
/* SwiftUI */
Color(red: 0.349, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#595dfb")Accessibility — WCAG contrast
Aa
#595dfb on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#595dfb on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green36.5%
Blue98.4%
CMYK percentages
Cyan64.5%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#595dfb text on a black background
contrast 4.38:1
Card sample
#595dfb text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #595dfb;
Background color
Panel with #595dfb background
background-color: #595dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #595dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #595dfb; background: linear-gradient(135deg, #595dfb, #C159FB);