#591df3
a balanced, electric violet · warm · closest name: blue
RGB
89, 29, 243
HSL
257°, 90%, 53%
CMYK
63, 88, 0, 5
Luminance
0.0947
Every format
| HEX | #591df3 |
| RGB | rgb(89, 29, 243) |
| HSL | hsl(257, 90%, 53%) |
| CMYK | cmyk(63%, 88%, 0%, 5%) |
| LAB | lab(36.9 73.1 -93.4) |
| LCH | lch(36.9 118.5 308.0) |
| OKLCH | oklch(0.490 0.275 282.0) |
Copy-ready code
/* CSS */
color: #591df3;
background-color: #591df3;
/* Tailwind (arbitrary) */
class="text-[#591df3] bg-[#591df3]"
/* SCSS */
$brand: #591df3;
/* SwiftUI */
Color(red: 0.349, green: 0.114, blue: 0.953)
/* Android */
Color.parseColor("#591df3")Accessibility — WCAG contrast
Aa
#591df3 on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#591df3 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green11.4%
Blue95.3%
CMYK percentages
Cyan63.4%
Magenta88.1%
Yellow0.0%
Key (black)4.7%
Color previews
#591df3 text on a black background
contrast 2.89:1
Card sample
#591df3 text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #591df3;
Background color
Panel with #591df3 background
background-color: #591df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #591df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 29, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 29, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #591df3; background: linear-gradient(135deg, #591df3, #E81DF3);