#892cf1
a balanced, electric violet · warm · closest name: blue
RGB
137, 44, 241
HSL
268°, 88%, 56%
CMYK
43, 82, 0, 6
Luminance
0.1347
Every format
| HEX | #892cf1 |
| RGB | rgb(137, 44, 241) |
| HSL | hsl(268, 88%, 56%) |
| CMYK | cmyk(43%, 82%, 0%, 6%) |
| LAB | lab(43.5 72.7 -81.2) |
| LCH | lch(43.5 109.0 311.9) |
| OKLCH | oklch(0.546 0.263 298.0) |
Copy-ready code
/* CSS */
color: #892cf1;
background-color: #892cf1;
/* Tailwind (arbitrary) */
class="text-[#892cf1] bg-[#892cf1]"
/* SCSS */
$brand: #892cf1;
/* SwiftUI */
Color(red: 0.537, green: 0.173, blue: 0.945)
/* Android */
Color.parseColor("#892cf1")Accessibility — WCAG contrast
Aa
#892cf1 on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#892cf1 on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green17.3%
Blue94.5%
CMYK percentages
Cyan43.2%
Magenta81.7%
Yellow0.0%
Key (black)5.5%
Color previews
#892cf1 text on a black background
contrast 3.69:1
Card sample
#892cf1 text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892cf1;
Background color
Panel with #892cf1 background
background-color: #892cf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892cf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 44, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 44, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892cf1; background: linear-gradient(135deg, #892cf1, #F12CD6);