#892fc3
a balanced, vivid violet · warm · closest name: indigo
RGB
137, 47, 195
HSL
277°, 61%, 48%
CMYK
30, 76, 0, 24
Luminance
0.1129
Every format
| HEX | #892fc3 |
| RGB | rgb(137, 47, 195) |
| HSL | hsl(277, 61%, 48%) |
| CMYK | cmyk(30%, 76%, 0%, 24%) |
| LAB | lab(40.1 61.5 -60.3) |
| LCH | lch(40.1 86.1 315.5) |
| OKLCH | oklch(0.511 0.217 308.0) |
Copy-ready code
/* CSS */
color: #892fc3;
background-color: #892fc3;
/* Tailwind (arbitrary) */
class="text-[#892fc3] bg-[#892fc3]"
/* SCSS */
$brand: #892fc3;
/* SwiftUI */
Color(red: 0.537, green: 0.184, blue: 0.765)
/* Android */
Color.parseColor("#892fc3")Accessibility — WCAG contrast
Aa
#892fc3 on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#892fc3 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green18.4%
Blue76.5%
CMYK percentages
Cyan29.7%
Magenta75.9%
Yellow0.0%
Key (black)23.5%
Color previews
#892fc3 text on a black background
contrast 3.26:1
Card sample
#892fc3 text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892fc3;
Background color
Panel with #892fc3 background
background-color: #892fc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892fc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 47, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 47, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892fc3; background: linear-gradient(135deg, #892fc3, #C32F9A);