#830bfd
a balanced, electric violet · warm · closest name: blue
RGB
131, 11, 253
HSL
270°, 98%, 52%
CMYK
48, 96, 0, 1
Luminance
0.1216
Every format
| HEX | #830bfd |
| RGB | rgb(131, 11, 253) |
| HSL | hsl(270, 98%, 52%) |
| CMYK | cmyk(48%, 96%, 0%, 1%) |
| LAB | lab(41.5 81.8 -91.2) |
| LCH | lch(41.5 122.6 311.9) |
| OKLCH | oklch(0.534 0.289 295.1) |
Copy-ready code
/* CSS */
color: #830bfd;
background-color: #830bfd;
/* Tailwind (arbitrary) */
class="text-[#830bfd] bg-[#830bfd]"
/* SCSS */
$brand: #830bfd;
/* SwiftUI */
Color(red: 0.514, green: 0.043, blue: 0.992)
/* Android */
Color.parseColor("#830bfd")Accessibility — WCAG contrast
Aa
#830bfd on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#830bfd on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green4.3%
Blue99.2%
CMYK percentages
Cyan48.2%
Magenta95.7%
Yellow0.0%
Key (black)0.8%
Color previews
#830bfd text on a black background
contrast 3.43:1
Card sample
#830bfd text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #830bfd;
Background color
Panel with #830bfd background
background-color: #830bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #830bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 11, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 11, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #830bfd; background: linear-gradient(135deg, #830bfd, #FD0BD6);