#843fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
132, 63, 223
HSL
266°, 71%, 56%
CMYK
41, 72, 0, 13
Luminance
0.1379
Every format
| HEX | #843fdf |
| RGB | rgb(132, 63, 223) |
| HSL | hsl(266, 71%, 56%) |
| CMYK | cmyk(41%, 72%, 0%, 13%) |
| LAB | lab(43.9 60.4 -70.2) |
| LCH | lch(43.9 92.6 310.7) |
| OKLCH | oklch(0.544 0.227 298.0) |
Copy-ready code
/* CSS */
color: #843fdf;
background-color: #843fdf;
/* Tailwind (arbitrary) */
class="text-[#843fdf] bg-[#843fdf]"
/* SCSS */
$brand: #843fdf;
/* SwiftUI */
Color(red: 0.518, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#843fdf")Accessibility — WCAG contrast
Aa
#843fdf on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#843fdf on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green24.7%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#843fdf text on a black background
contrast 3.76:1
Card sample
#843fdf text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #843fdf;
Background color
Panel with #843fdf background
background-color: #843fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #843fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #843fdf; background: linear-gradient(135deg, #843fdf, #DF3FCF);