#830fba
a dark, electric violet · warm · closest name: indigo
RGB
131, 15, 186
HSL
281°, 85%, 39%
CMYK
30, 92, 0, 27
Luminance
0.0871
Every format
| HEX | #830fba |
| RGB | rgb(131, 15, 186) |
| HSL | hsl(281, 85%, 39%) |
| CMYK | cmyk(30%, 92%, 0%, 27%) |
| LAB | lab(35.4 67.5 -62.7) |
| LCH | lch(35.4 92.1 317.1) |
| OKLCH | oklch(0.475 0.232 309.8) |
Copy-ready code
/* CSS */
color: #830fba;
background-color: #830fba;
/* Tailwind (arbitrary) */
class="text-[#830fba] bg-[#830fba]"
/* SCSS */
$brand: #830fba;
/* SwiftUI */
Color(red: 0.514, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#830fba")Accessibility — WCAG contrast
Aa
#830fba on white: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#830fba on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green5.9%
Blue72.9%
CMYK percentages
Cyan29.6%
Magenta91.9%
Yellow0.0%
Key (black)27.1%
Color previews
#830fba text on a black background
contrast 2.74:1
Card sample
#830fba text on a white background
contrast 7.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #830fba;
Background color
Panel with #830fba background
background-color: #830fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #830fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #830fba; background: linear-gradient(135deg, #830fba, #BA0F7F);