#892ab9
a dark, vivid violet · warm · closest name: indigo
RGB
137, 42, 185
HSL
280°, 63%, 45%
CMYK
26, 77, 0, 28
Luminance
0.1048
Every format
| HEX | #892ab9 |
| RGB | rgb(137, 42, 185) |
| HSL | hsl(280, 63%, 45%) |
| CMYK | cmyk(26%, 77%, 0%, 28%) |
| LAB | lab(38.7 61.2 -56.7) |
| LCH | lch(38.7 83.4 317.2) |
| OKLCH | oklch(0.499 0.213 311.1) |
Copy-ready code
/* CSS */
color: #892ab9;
background-color: #892ab9;
/* Tailwind (arbitrary) */
class="text-[#892ab9] bg-[#892ab9]"
/* SCSS */
$brand: #892ab9;
/* SwiftUI */
Color(red: 0.537, green: 0.165, blue: 0.725)
/* Android */
Color.parseColor("#892ab9")Accessibility — WCAG contrast
Aa
#892ab9 on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#892ab9 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green16.5%
Blue72.5%
CMYK percentages
Cyan25.9%
Magenta77.3%
Yellow0.0%
Key (black)27.5%
Color previews
#892ab9 text on a black background
contrast 3.10:1
Card sample
#892ab9 text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892ab9;
Background color
Panel with #892ab9 background
background-color: #892ab9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892ab9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 42, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 42, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892ab9; background: linear-gradient(135deg, #892ab9, #B92A8A);