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