#892fda
a balanced, vivid violet · warm · closest name: indigo
RGB
137, 47, 218
HSL
272°, 70%, 52%
CMYK
37, 78, 0, 15
Luminance
0.1241
Every format
| HEX | #892fda |
| RGB | rgb(137, 47, 218) |
| HSL | hsl(272, 70%, 52%) |
| CMYK | cmyk(37%, 78%, 0%, 15%) |
| LAB | lab(41.9 66.5 -70.7) |
| LCH | lch(41.9 97.1 313.3) |
| OKLCH | oklch(0.529 0.239 302.4) |
Copy-ready code
/* CSS */
color: #892fda;
background-color: #892fda;
/* Tailwind (arbitrary) */
class="text-[#892fda] bg-[#892fda]"
/* SCSS */
$brand: #892fda;
/* SwiftUI */
Color(red: 0.537, green: 0.184, blue: 0.855)
/* Android */
Color.parseColor("#892fda")Accessibility — WCAG contrast
Aa
#892fda on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#892fda on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green18.4%
Blue85.5%
CMYK percentages
Cyan37.2%
Magenta78.4%
Yellow0.0%
Key (black)14.5%
Color previews
#892fda text on a black background
contrast 3.48:1
Card sample
#892fda text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892fda;
Background color
Panel with #892fda background
background-color: #892fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 47, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 47, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892fda; background: linear-gradient(135deg, #892fda, #DA2FB9);