#830fdf
a balanced, electric violet · warm · closest name: blue
RGB
131, 15, 223
HSL
274°, 87%, 47%
CMYK
41, 93, 0, 13
Luminance
0.1049
Every format
| HEX | #830fdf |
| RGB | rgb(131, 15, 223) |
| HSL | hsl(274, 87%, 47%) |
| CMYK | cmyk(41%, 93%, 0%, 13%) |
| LAB | lab(38.7 75.0 -78.8) |
| LCH | lch(38.7 108.8 313.6) |
| OKLCH | oklch(0.507 0.263 300.8) |
Copy-ready code
/* CSS */
color: #830fdf;
background-color: #830fdf;
/* Tailwind (arbitrary) */
class="text-[#830fdf] bg-[#830fdf]"
/* SCSS */
$brand: #830fdf;
/* SwiftUI */
Color(red: 0.514, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#830fdf")Accessibility — WCAG contrast
Aa
#830fdf on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#830fdf on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green5.9%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#830fdf text on a black background
contrast 3.10:1
Card sample
#830fdf text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #830fdf;
Background color
Panel with #830fdf background
background-color: #830fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #830fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #830fdf; background: linear-gradient(135deg, #830fdf, #DF0FB0);