#823eee
a balanced, electric violet · warm · closest name: slateblue
RGB
130, 62, 238
HSL
263°, 84%, 59%
CMYK
45, 74, 0, 7
Luminance
0.1436
Every format
| HEX | #823eee |
| RGB | rgb(130, 62, 238) |
| HSL | hsl(263, 84%, 59%) |
| CMYK | cmyk(45%, 74%, 0%, 7%) |
| LAB | lab(44.8 64.2 -77.4) |
| LCH | lch(44.8 100.6 309.7) |
| OKLCH | oklch(0.553 0.244 294.6) |
Copy-ready code
/* CSS */
color: #823eee;
background-color: #823eee;
/* Tailwind (arbitrary) */
class="text-[#823eee] bg-[#823eee]"
/* SCSS */
$brand: #823eee;
/* SwiftUI */
Color(red: 0.510, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#823eee")Accessibility — WCAG contrast
Aa
#823eee on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#823eee on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green24.3%
Blue93.3%
CMYK percentages
Cyan45.4%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#823eee text on a black background
contrast 3.87:1
Card sample
#823eee text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #823eee;
Background color
Panel with #823eee background
background-color: #823eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #823eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #823eee; background: linear-gradient(135deg, #823eee, #EE3EE5);