#82149f
a dark, electric violet · warm · closest name: purple
RGB
130, 20, 159
HSL
288°, 78%, 35%
CMYK
18, 87, 0, 38
Luminance
0.0775
Every format
| HEX | #82149f |
| RGB | rgb(130, 20, 159) |
| HSL | hsl(288, 78%, 35%) |
| CMYK | cmyk(18%, 87%, 0%, 38%) |
| LAB | lab(33.5 61.2 -49.7) |
| LCH | lch(33.5 78.9 320.9) |
| OKLCH | oklch(0.454 0.207 317.4) |
Copy-ready code
/* CSS */
color: #82149f;
background-color: #82149f;
/* Tailwind (arbitrary) */
class="text-[#82149f] bg-[#82149f]"
/* SCSS */
$brand: #82149f;
/* SwiftUI */
Color(red: 0.510, green: 0.078, blue: 0.624)
/* Android */
Color.parseColor("#82149f")Accessibility — WCAG contrast
Aa
#82149f on white: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#82149f on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green7.8%
Blue62.4%
CMYK percentages
Cyan18.2%
Magenta87.4%
Yellow0.0%
Key (black)37.6%
Color previews
#82149f text on a black background
contrast 2.55:1
Card sample
#82149f text on a white background
contrast 8.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82149f;
Background color
Panel with #82149f background
background-color: #82149f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82149f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 20, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 20, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82149f; background: linear-gradient(135deg, #82149f, #9F145F);