#820cdf
a balanced, electric violet · warm · closest name: blue
RGB
130, 12, 223
HSL
274°, 90%, 46%
CMYK
42, 95, 0, 13
Luminance
0.1034
Every format
| HEX | #820cdf |
| RGB | rgb(130, 12, 223) |
| HSL | hsl(274, 90%, 46%) |
| CMYK | cmyk(42%, 95%, 0%, 13%) |
| LAB | lab(38.4 75.3 -79.2) |
| LCH | lch(38.4 109.3 313.6) |
| OKLCH | oklch(0.505 0.263 300.5) |
Copy-ready code
/* CSS */
color: #820cdf;
background-color: #820cdf;
/* Tailwind (arbitrary) */
class="text-[#820cdf] bg-[#820cdf]"
/* SCSS */
$brand: #820cdf;
/* SwiftUI */
Color(red: 0.510, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#820cdf")Accessibility — WCAG contrast
Aa
#820cdf on white: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#820cdf on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green4.7%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#820cdf text on a black background
contrast 3.07:1
Card sample
#820cdf text on a white background
contrast 6.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #820cdf;
Background color
Panel with #820cdf background
background-color: #820cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #820cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #820cdf; background: linear-gradient(135deg, #820cdf, #DF0CAF);