#892fba
a balanced, vivid violet · warm · closest name: indigo
RGB
137, 47, 186
HSL
279°, 60%, 46%
CMYK
26, 75, 0, 27
Luminance
0.1090
Every format
| HEX | #892fba |
| RGB | rgb(137, 47, 186) |
| HSL | hsl(279, 60%, 46%) |
| CMYK | cmyk(26%, 75%, 0%, 27%) |
| LAB | lab(39.4 59.5 -56.1) |
| LCH | lch(39.4 81.8 316.7) |
| OKLCH | oklch(0.504 0.209 310.4) |
Copy-ready code
/* CSS */
color: #892fba;
background-color: #892fba;
/* Tailwind (arbitrary) */
class="text-[#892fba] bg-[#892fba]"
/* SCSS */
$brand: #892fba;
/* SwiftUI */
Color(red: 0.537, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#892fba")Accessibility — WCAG contrast
Aa
#892fba on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#892fba on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green18.4%
Blue72.9%
CMYK percentages
Cyan26.3%
Magenta74.7%
Yellow0.0%
Key (black)27.1%
Color previews
#892fba text on a black background
contrast 3.18:1
Card sample
#892fba text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892fba;
Background color
Panel with #892fba background
background-color: #892fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892fba; background: linear-gradient(135deg, #892fba, #BA2F8F);