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