#591eee
a balanced, electric violet · warm · closest name: blue
RGB
89, 30, 238
HSL
257°, 86%, 53%
CMYK
63, 87, 0, 7
Luminance
0.0923
Every format
| HEX | #591eee |
| RGB | rgb(89, 30, 238) |
| HSL | hsl(257, 86%, 53%) |
| CMYK | cmyk(63%, 87%, 0%, 7%) |
| LAB | lab(36.4 71.5 -91.3) |
| LCH | lch(36.4 116.0 308.1) |
| OKLCH | oklch(0.485 0.270 282.6) |
Copy-ready code
/* CSS */
color: #591eee;
background-color: #591eee;
/* Tailwind (arbitrary) */
class="text-[#591eee] bg-[#591eee]"
/* SCSS */
$brand: #591eee;
/* SwiftUI */
Color(red: 0.349, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#591eee")Accessibility — WCAG contrast
Aa
#591eee on white: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#591eee on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green11.8%
Blue93.3%
CMYK percentages
Cyan62.6%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#591eee text on a black background
contrast 2.85:1
Card sample
#591eee text on a white background
contrast 7.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #591eee;
Background color
Panel with #591eee background
background-color: #591eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #591eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #591eee; background: linear-gradient(135deg, #591eee, #E41EEE);