#843cff
a balanced, electric violet · warm · closest name: blue
RGB
132, 60, 255
HSL
262°, 100%, 62%
CMYK
48, 77, 0, 0
Luminance
0.1536
Every format
| HEX | #843cff |
| RGB | rgb(132, 60, 255) |
| HSL | hsl(262, 100%, 62%) |
| CMYK | cmyk(48%, 77%, 0%, 0%) |
| LAB | lab(46.1 69.5 -84.7) |
| LCH | lch(46.1 109.6 309.4) |
| OKLCH | oklch(0.567 0.264 292.7) |
Copy-ready code
/* CSS */
color: #843cff;
background-color: #843cff;
/* Tailwind (arbitrary) */
class="text-[#843cff] bg-[#843cff]"
/* SCSS */
$brand: #843cff;
/* SwiftUI */
Color(red: 0.518, green: 0.235, blue: 1.000)
/* Android */
Color.parseColor("#843cff")Accessibility — WCAG contrast
Aa
#843cff on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#843cff on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green23.5%
Blue100.0%
CMYK percentages
Cyan48.2%
Magenta76.5%
Yellow0.0%
Key (black)0.0%
Color previews
#843cff text on a black background
contrast 4.07:1
Card sample
#843cff text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #843cff;
Background color
Panel with #843cff background
background-color: #843cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #843cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 60, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 60, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #843cff; background: linear-gradient(135deg, #843cff, #FF3CF8);