#592eee
a balanced, electric blue · warm · closest name: blue
RGB
89, 46, 238
HSL
253°, 85%, 56%
CMYK
63, 81, 0, 7
Luminance
0.1025
Every format
| HEX | #592eee |
| RGB | rgb(89, 46, 238) |
| HSL | hsl(253, 85%, 56%) |
| CMYK | cmyk(63%, 81%, 0%, 7%) |
| LAB | lab(38.3 66.0 -88.2) |
| LCH | lch(38.3 110.1 306.8) |
| OKLCH | oklch(0.498 0.260 281.7) |
Copy-ready code
/* CSS */
color: #592eee;
background-color: #592eee;
/* Tailwind (arbitrary) */
class="text-[#592eee] bg-[#592eee]"
/* SCSS */
$brand: #592eee;
/* SwiftUI */
Color(red: 0.349, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#592eee")Accessibility — WCAG contrast
Aa
#592eee on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#592eee on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green18.0%
Blue93.3%
CMYK percentages
Cyan62.6%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#592eee text on a black background
contrast 3.05:1
Card sample
#592eee text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #592eee;
Background color
Panel with #592eee background
background-color: #592eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #592eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #592eee; background: linear-gradient(135deg, #592eee, #D92EEE);