#841eee
a balanced, electric violet · warm · closest name: blue
RGB
132, 30, 238
HSL
269°, 86%, 53%
CMYK
45, 87, 0, 7
Luminance
0.1201
Every format
| HEX | #841eee |
| RGB | rgb(132, 30, 238) |
| HSL | hsl(269, 86%, 53%) |
| CMYK | cmyk(45%, 87%, 0%, 7%) |
| LAB | lab(41.2 75.4 -83.2) |
| LCH | lch(41.2 112.3 312.2) |
| OKLCH | oklch(0.529 0.269 297.6) |
Copy-ready code
/* CSS */
color: #841eee;
background-color: #841eee;
/* Tailwind (arbitrary) */
class="text-[#841eee] bg-[#841eee]"
/* SCSS */
$brand: #841eee;
/* SwiftUI */
Color(red: 0.518, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#841eee")Accessibility — WCAG contrast
Aa
#841eee on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#841eee on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green11.8%
Blue93.3%
CMYK percentages
Cyan44.5%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#841eee text on a black background
contrast 3.40:1
Card sample
#841eee text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #841eee;
Background color
Panel with #841eee background
background-color: #841eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #841eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #841eee; background: linear-gradient(135deg, #841eee, #EE1ECD);