#840eb0
a dark, electric violet · warm · closest name: indigo
RGB
132, 14, 176
HSL
284°, 85%, 37%
CMYK
25, 92, 0, 31
Luminance
0.0835
Every format
| HEX | #840eb0 |
| RGB | rgb(132, 14, 176) |
| HSL | hsl(284, 85%, 37%) |
| CMYK | cmyk(25%, 92%, 0%, 31%) |
| LAB | lab(34.7 65.9 -57.9) |
| LCH | lch(34.7 87.7 318.7) |
| OKLCH | oklch(0.468 0.225 313.1) |
Copy-ready code
/* CSS */
color: #840eb0;
background-color: #840eb0;
/* Tailwind (arbitrary) */
class="text-[#840eb0] bg-[#840eb0]"
/* SCSS */
$brand: #840eb0;
/* SwiftUI */
Color(red: 0.518, green: 0.055, blue: 0.690)
/* Android */
Color.parseColor("#840eb0")Accessibility — WCAG contrast
Aa
#840eb0 on white: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#840eb0 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green5.5%
Blue69.0%
CMYK percentages
Cyan25.0%
Magenta92.0%
Yellow0.0%
Key (black)31.0%
Color previews
#840eb0 text on a black background
contrast 2.67:1
Card sample
#840eb0 text on a white background
contrast 7.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #840eb0;
Background color
Panel with #840eb0 background
background-color: #840eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #840eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 14, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 14, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #840eb0; background: linear-gradient(135deg, #840eb0, #B00E70);