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