#842fdf
a balanced, vivid violet · warm · closest name: indigo
RGB
132, 47, 223
HSL
269°, 73%, 53%
CMYK
41, 79, 0, 13
Luminance
0.1227
Every format
| HEX | #842fdf |
| RGB | rgb(132, 47, 223) |
| HSL | hsl(269, 73%, 53%) |
| CMYK | cmyk(41%, 79%, 0%, 13%) |
| LAB | lab(41.6 66.9 -74.0) |
| LCH | lch(41.6 99.8 312.1) |
| OKLCH | oklch(0.527 0.243 299.5) |
Copy-ready code
/* CSS */
color: #842fdf;
background-color: #842fdf;
/* Tailwind (arbitrary) */
class="text-[#842fdf] bg-[#842fdf]"
/* SCSS */
$brand: #842fdf;
/* SwiftUI */
Color(red: 0.518, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#842fdf")Accessibility — WCAG contrast
Aa
#842fdf on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#842fdf on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green18.4%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#842fdf text on a black background
contrast 3.45:1
Card sample
#842fdf text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #842fdf;
Background color
Panel with #842fdf background
background-color: #842fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #842fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #842fdf; background: linear-gradient(135deg, #842fdf, #DF2FC5);