#892ba1
a dark, vivid violet · warm · closest name: purple
RGB
137, 43, 161
HSL
288°, 58%, 40%
CMYK
15, 73, 0, 37
Luminance
0.0962
Every format
| HEX | #892ba1 |
| RGB | rgb(137, 43, 161) |
| HSL | hsl(288, 58%, 40%) |
| CMYK | cmyk(15%, 73%, 0%, 37%) |
| LAB | lab(37.1 56.0 -44.9) |
| LCH | lch(37.1 71.7 321.3) |
| OKLCH | oklch(0.483 0.190 318.6) |
Copy-ready code
/* CSS */
color: #892ba1;
background-color: #892ba1;
/* Tailwind (arbitrary) */
class="text-[#892ba1] bg-[#892ba1]"
/* SCSS */
$brand: #892ba1;
/* SwiftUI */
Color(red: 0.537, green: 0.169, blue: 0.631)
/* Android */
Color.parseColor("#892ba1")Accessibility — WCAG contrast
Aa
#892ba1 on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#892ba1 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green16.9%
Blue63.1%
CMYK percentages
Cyan14.9%
Magenta73.3%
Yellow0.0%
Key (black)36.9%
Color previews
#892ba1 text on a black background
contrast 2.92:1
Card sample
#892ba1 text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892ba1;
Background color
Panel with #892ba1 background
background-color: #892ba1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892ba1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 43, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 43, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892ba1; background: linear-gradient(135deg, #892ba1, #A12B6A);