#830ade
a balanced, electric violet · warm · closest name: blue
RGB
131, 10, 222
HSL
274°, 91%, 46%
CMYK
41, 96, 0, 13
Luminance
0.1032
Every format
| HEX | #830ade |
| RGB | rgb(131, 10, 222) |
| HSL | hsl(274, 91%, 46%) |
| CMYK | cmyk(41%, 96%, 0%, 13%) |
| LAB | lab(38.4 75.5 -78.7) |
| LCH | lch(38.4 109.1 313.8) |
| OKLCH | oklch(0.505 0.263 301.2) |
Copy-ready code
/* CSS */
color: #830ade;
background-color: #830ade;
/* Tailwind (arbitrary) */
class="text-[#830ade] bg-[#830ade]"
/* SCSS */
$brand: #830ade;
/* SwiftUI */
Color(red: 0.514, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#830ade")Accessibility — WCAG contrast
Aa
#830ade on white: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#830ade on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green3.9%
Blue87.1%
CMYK percentages
Cyan41.0%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#830ade text on a black background
contrast 3.06:1
Card sample
#830ade text on a white background
contrast 6.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #830ade;
Background color
Panel with #830ade background
background-color: #830ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #830ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #830ade; background: linear-gradient(135deg, #830ade, #DE0AAC);