#830eb6
a dark, electric violet · warm · closest name: indigo
RGB
131, 14, 182
HSL
282°, 86%, 38%
CMYK
28, 92, 0, 29
Luminance
0.0852
Every format
| HEX | #830eb6 |
| RGB | rgb(131, 14, 182) |
| HSL | hsl(282, 86%, 38%) |
| CMYK | cmyk(28%, 92%, 0%, 29%) |
| LAB | lab(35.0 66.9 -60.9) |
| LCH | lch(35.0 90.5 317.7) |
| OKLCH | oklch(0.471 0.229 311.0) |
Copy-ready code
/* CSS */
color: #830eb6;
background-color: #830eb6;
/* Tailwind (arbitrary) */
class="text-[#830eb6] bg-[#830eb6]"
/* SCSS */
$brand: #830eb6;
/* SwiftUI */
Color(red: 0.514, green: 0.055, blue: 0.714)
/* Android */
Color.parseColor("#830eb6")Accessibility — WCAG contrast
Aa
#830eb6 on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#830eb6 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green5.5%
Blue71.4%
CMYK percentages
Cyan28.0%
Magenta92.3%
Yellow0.0%
Key (black)28.6%
Color previews
#830eb6 text on a black background
contrast 2.70:1
Card sample
#830eb6 text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #830eb6;
Background color
Panel with #830eb6 background
background-color: #830eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #830eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 14, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 14, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #830eb6; background: linear-gradient(135deg, #830eb6, #B60E79);