#593fef
a balanced, electric blue · warm · closest name: blue
RGB
89, 63, 239
HSL
249°, 85%, 59%
CMYK
63, 74, 0, 6
Luminance
0.1191
Every format
| HEX | #593fef |
| RGB | rgb(89, 63, 239) |
| HSL | hsl(249, 85%, 59%) |
| CMYK | cmyk(63%, 74%, 0%, 6%) |
| LAB | lab(41.1 58.5 -84.2) |
| LCH | lch(41.1 102.5 304.8) |
| OKLCH | oklch(0.518 0.247 280.1) |
Copy-ready code
/* CSS */
color: #593fef;
background-color: #593fef;
/* Tailwind (arbitrary) */
class="text-[#593fef] bg-[#593fef]"
/* SCSS */
$brand: #593fef;
/* SwiftUI */
Color(red: 0.349, green: 0.247, blue: 0.937)
/* Android */
Color.parseColor("#593fef")Accessibility — WCAG contrast
Aa
#593fef on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#593fef on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green24.7%
Blue93.7%
CMYK percentages
Cyan62.8%
Magenta73.6%
Yellow0.0%
Key (black)6.3%
Color previews
#593fef text on a black background
contrast 3.38:1
Card sample
#593fef text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #593fef;
Background color
Panel with #593fef background
background-color: #593fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #593fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 63, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 63, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #593fef; background: linear-gradient(135deg, #593fef, #CE3FEF);