#822dfd
a balanced, electric violet · warm · closest name: blue
RGB
130, 45, 253
HSL
265°, 98%, 58%
CMYK
49, 82, 0, 1
Luminance
0.1371
Every format
| HEX | #822dfd |
| RGB | rgb(130, 45, 253) |
| HSL | hsl(265, 98%, 58%) |
| CMYK | cmyk(49%, 82%, 0%, 1%) |
| LAB | lab(43.8 74.3 -87.4) |
| LCH | lch(43.8 114.7 310.4) |
| OKLCH | oklch(0.550 0.273 293.4) |
Copy-ready code
/* CSS */
color: #822dfd;
background-color: #822dfd;
/* Tailwind (arbitrary) */
class="text-[#822dfd] bg-[#822dfd]"
/* SCSS */
$brand: #822dfd;
/* SwiftUI */
Color(red: 0.510, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#822dfd")Accessibility — WCAG contrast
Aa
#822dfd on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#822dfd on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green17.6%
Blue99.2%
CMYK percentages
Cyan48.6%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#822dfd text on a black background
contrast 3.74:1
Card sample
#822dfd text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #822dfd;
Background color
Panel with #822dfd background
background-color: #822dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #822dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #822dfd; background: linear-gradient(135deg, #822dfd, #FD2DED);