#892acb
a balanced, vivid violet · warm · closest name: indigo
RGB
137, 42, 203
HSL
275°, 66%, 48%
CMYK
33, 79, 0, 20
Luminance
0.1129
Every format
| HEX | #892acb |
| RGB | rgb(137, 42, 203) |
| HSL | hsl(275, 66%, 48%) |
| CMYK | cmyk(33%, 79%, 0%, 20%) |
| LAB | lab(40.1 65.0 -65.0) |
| LCH | lch(40.1 91.9 315.0) |
| OKLCH | oklch(0.513 0.230 306.3) |
Copy-ready code
/* CSS */
color: #892acb;
background-color: #892acb;
/* Tailwind (arbitrary) */
class="text-[#892acb] bg-[#892acb]"
/* SCSS */
$brand: #892acb;
/* SwiftUI */
Color(red: 0.537, green: 0.165, blue: 0.796)
/* Android */
Color.parseColor("#892acb")Accessibility — WCAG contrast
Aa
#892acb on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#892acb on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green16.5%
Blue79.6%
CMYK percentages
Cyan32.5%
Magenta79.3%
Yellow0.0%
Key (black)20.4%
Color previews
#892acb text on a black background
contrast 3.26:1
Card sample
#892acb text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892acb;
Background color
Panel with #892acb background
background-color: #892acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 42, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 42, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892acb; background: linear-gradient(135deg, #892acb, #CB2AA2);