#892cf6
a balanced, electric violet · warm · closest name: blue
RGB
137, 44, 246
HSL
268°, 92%, 57%
CMYK
44, 82, 0, 4
Luminance
0.1377
Every format
| HEX | #892cf6 |
| RGB | rgb(137, 44, 246) |
| HSL | hsl(268, 92%, 57%) |
| CMYK | cmyk(44%, 82%, 0%, 4%) |
| LAB | lab(43.9 73.9 -83.3) |
| LCH | lch(43.9 111.3 311.6) |
| OKLCH | oklch(0.551 0.268 297.0) |
Copy-ready code
/* CSS */
color: #892cf6;
background-color: #892cf6;
/* Tailwind (arbitrary) */
class="text-[#892cf6] bg-[#892cf6]"
/* SCSS */
$brand: #892cf6;
/* SwiftUI */
Color(red: 0.537, green: 0.173, blue: 0.965)
/* Android */
Color.parseColor("#892cf6")Accessibility — WCAG contrast
Aa
#892cf6 on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#892cf6 on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green17.3%
Blue96.5%
CMYK percentages
Cyan44.3%
Magenta82.1%
Yellow0.0%
Key (black)3.5%
Color previews
#892cf6 text on a black background
contrast 3.75:1
Card sample
#892cf6 text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892cf6;
Background color
Panel with #892cf6 background
background-color: #892cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 44, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 44, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892cf6; background: linear-gradient(135deg, #892cf6, #F62CDC);