#890ade
a balanced, electric violet · warm · closest name: blue
RGB
137, 10, 222
HSL
276°, 91%, 46%
CMYK
38, 96, 0, 13
Luminance
0.1081
Every format
| HEX | #890ade |
| RGB | rgb(137, 10, 222) |
| HSL | hsl(276, 91%, 46%) |
| CMYK | cmyk(38%, 96%, 0%, 13%) |
| LAB | lab(39.3 76.1 -77.3) |
| LCH | lch(39.3 108.5 314.6) |
| OKLCH | oklch(0.512 0.264 303.3) |
Copy-ready code
/* CSS */
color: #890ade;
background-color: #890ade;
/* Tailwind (arbitrary) */
class="text-[#890ade] bg-[#890ade]"
/* SCSS */
$brand: #890ade;
/* SwiftUI */
Color(red: 0.537, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#890ade")Accessibility — WCAG contrast
Aa
#890ade on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#890ade on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green3.9%
Blue87.1%
CMYK percentages
Cyan38.3%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#890ade text on a black background
contrast 3.16:1
Card sample
#890ade text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #890ade;
Background color
Panel with #890ade background
background-color: #890ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #890ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #890ade; background: linear-gradient(135deg, #890ade, #DE0AA6);