#892cdf
a balanced, vivid violet · warm · closest name: indigo
RGB
137, 44, 223
HSL
271°, 74%, 52%
CMYK
39, 80, 0, 13
Luminance
0.1245
Every format
| HEX | #892cdf |
| RGB | rgb(137, 44, 223) |
| HSL | hsl(271, 74%, 52%) |
| CMYK | cmyk(39%, 80%, 0%, 13%) |
| LAB | lab(41.9 68.7 -73.5) |
| LCH | lch(41.9 100.6 313.1) |
| OKLCH | oklch(0.531 0.247 301.6) |
Copy-ready code
/* CSS */
color: #892cdf;
background-color: #892cdf;
/* Tailwind (arbitrary) */
class="text-[#892cdf] bg-[#892cdf]"
/* SCSS */
$brand: #892cdf;
/* SwiftUI */
Color(red: 0.537, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#892cdf")Accessibility — WCAG contrast
Aa
#892cdf on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#892cdf on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green17.3%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#892cdf text on a black background
contrast 3.49:1
Card sample
#892cdf text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892cdf;
Background color
Panel with #892cdf background
background-color: #892cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892cdf; background: linear-gradient(135deg, #892cdf, #DF2CBE);