#820297
a dark, electric magenta / pink · warm · closest name: purple
RGB
130, 2, 151
HSL
292°, 97%, 30%
CMYK
14, 99, 0, 41
Luminance
0.0702
Every format
| HEX | #820297 |
| RGB | rgb(130, 2, 151) |
| HSL | hsl(292, 97%, 30%) |
| CMYK | cmyk(14%, 99%, 0%, 41%) |
| LAB | lab(31.9 62.8 -47.4) |
| LCH | lch(31.9 78.7 322.9) |
| OKLCH | oklch(0.441 0.210 320.5) |
Copy-ready code
/* CSS */
color: #820297;
background-color: #820297;
/* Tailwind (arbitrary) */
class="text-[#820297] bg-[#820297]"
/* SCSS */
$brand: #820297;
/* SwiftUI */
Color(red: 0.510, green: 0.008, blue: 0.592)
/* Android */
Color.parseColor("#820297")Accessibility — WCAG contrast
Aa
#820297 on white: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#820297 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green0.8%
Blue59.2%
CMYK percentages
Cyan13.9%
Magenta98.7%
Yellow0.0%
Key (black)40.8%
Color previews
#820297 text on a black background
contrast 2.40:1
Card sample
#820297 text on a white background
contrast 8.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #820297;
Background color
Panel with #820297 background
background-color: #820297;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #820297;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 2, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 2, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #820297; background: linear-gradient(135deg, #820297, #970249);