#891fdf
a balanced, electric violet · warm · closest name: blue
RGB
137, 31, 223
HSL
273°, 76%, 50%
CMYK
39, 86, 0, 13
Luminance
0.1163
Every format
| HEX | #891fdf |
| RGB | rgb(137, 31, 223) |
| HSL | hsl(273, 76%, 50%) |
| CMYK | cmyk(39%, 86%, 0%, 13%) |
| LAB | lab(40.6 72.5 -75.6) |
| LCH | lch(40.6 104.8 313.8) |
| OKLCH | oklch(0.522 0.256 302.4) |
Copy-ready code
/* CSS */
color: #891fdf;
background-color: #891fdf;
/* Tailwind (arbitrary) */
class="text-[#891fdf] bg-[#891fdf]"
/* SCSS */
$brand: #891fdf;
/* SwiftUI */
Color(red: 0.537, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#891fdf")Accessibility — WCAG contrast
Aa
#891fdf on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#891fdf on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green12.2%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta86.1%
Yellow0.0%
Key (black)12.5%
Color previews
#891fdf text on a black background
contrast 3.33:1
Card sample
#891fdf text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #891fdf;
Background color
Panel with #891fdf background
background-color: #891fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #891fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #891fdf; background: linear-gradient(135deg, #891fdf, #DF1FB5);