#892abf
a balanced, vivid violet · warm · closest name: indigo
RGB
137, 42, 191
HSL
278°, 64%, 46%
CMYK
28, 78, 0, 25
Luminance
0.1074
Every format
| HEX | #892abf |
| RGB | rgb(137, 42, 191) |
| HSL | hsl(278, 64%, 46%) |
| CMYK | cmyk(28%, 78%, 0%, 25%) |
| LAB | lab(39.1 62.4 -59.5) |
| LCH | lch(39.1 86.3 316.4) |
| OKLCH | oklch(0.503 0.219 309.4) |
Copy-ready code
/* CSS */
color: #892abf;
background-color: #892abf;
/* Tailwind (arbitrary) */
class="text-[#892abf] bg-[#892abf]"
/* SCSS */
$brand: #892abf;
/* SwiftUI */
Color(red: 0.537, green: 0.165, blue: 0.749)
/* Android */
Color.parseColor("#892abf")Accessibility — WCAG contrast
Aa
#892abf on white: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#892abf on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green16.5%
Blue74.9%
CMYK percentages
Cyan28.3%
Magenta78.0%
Yellow0.0%
Key (black)25.1%
Color previews
#892abf text on a black background
contrast 3.15:1
Card sample
#892abf text on a white background
contrast 6.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892abf;
Background color
Panel with #892abf background
background-color: #892abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 42, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 42, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892abf; background: linear-gradient(135deg, #892abf, #BF2A92);