#822eee
a balanced, electric violet · warm · closest name: blue
RGB
130, 46, 238
HSL
266°, 85%, 56%
CMYK
45, 81, 0, 7
Luminance
0.1287
Every format
| HEX | #822eee |
| RGB | rgb(130, 46, 238) |
| HSL | hsl(266, 85%, 56%) |
| CMYK | cmyk(45%, 81%, 0%, 7%) |
| LAB | lab(42.6 70.5 -81.0) |
| LCH | lch(42.6 107.4 311.0) |
| OKLCH | oklch(0.537 0.258 296.0) |
Copy-ready code
/* CSS */
color: #822eee;
background-color: #822eee;
/* Tailwind (arbitrary) */
class="text-[#822eee] bg-[#822eee]"
/* SCSS */
$brand: #822eee;
/* SwiftUI */
Color(red: 0.510, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#822eee")Accessibility — WCAG contrast
Aa
#822eee on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#822eee on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green18.0%
Blue93.3%
CMYK percentages
Cyan45.4%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#822eee text on a black background
contrast 3.57:1
Card sample
#822eee text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #822eee;
Background color
Panel with #822eee background
background-color: #822eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #822eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #822eee; background: linear-gradient(135deg, #822eee, #EE2EDA);