#892acf
a balanced, vivid violet · warm · closest name: indigo
RGB
137, 42, 207
HSL
275°, 66%, 49%
CMYK
34, 80, 0, 19
Luminance
0.1148
Every format
| HEX | #892acf |
| RGB | rgb(137, 42, 207) |
| HSL | hsl(275, 66%, 49%) |
| CMYK | cmyk(34%, 80%, 0%, 19%) |
| LAB | lab(40.4 65.9 -66.8) |
| LCH | lch(40.4 93.8 314.6) |
| OKLCH | oklch(0.516 0.233 305.4) |
Copy-ready code
/* CSS */
color: #892acf;
background-color: #892acf;
/* Tailwind (arbitrary) */
class="text-[#892acf] bg-[#892acf]"
/* SCSS */
$brand: #892acf;
/* SwiftUI */
Color(red: 0.537, green: 0.165, blue: 0.812)
/* Android */
Color.parseColor("#892acf")Accessibility — WCAG contrast
Aa
#892acf on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#892acf on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green16.5%
Blue81.2%
CMYK percentages
Cyan33.8%
Magenta79.7%
Yellow0.0%
Key (black)18.8%
Color previews
#892acf text on a black background
contrast 3.30:1
Card sample
#892acf text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892acf;
Background color
Panel with #892acf background
background-color: #892acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 42, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 42, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892acf; background: linear-gradient(135deg, #892acf, #CF2AA7);