#820f99
a dark, electric magenta / pink · warm · closest name: purple
RGB
130, 15, 153
HSL
290°, 82%, 33%
CMYK
15, 90, 0, 40
Luminance
0.0739
Every format
| HEX | #820f99 |
| RGB | rgb(130, 15, 153) |
| HSL | hsl(290, 82%, 33%) |
| CMYK | cmyk(15%, 90%, 0%, 40%) |
| LAB | lab(32.7 61.1 -47.3) |
| LCH | lch(32.7 77.3 322.3) |
| OKLCH | oklch(0.447 0.205 319.6) |
Copy-ready code
/* CSS */
color: #820f99;
background-color: #820f99;
/* Tailwind (arbitrary) */
class="text-[#820f99] bg-[#820f99]"
/* SCSS */
$brand: #820f99;
/* SwiftUI */
Color(red: 0.510, green: 0.059, blue: 0.600)
/* Android */
Color.parseColor("#820f99")Accessibility — WCAG contrast
Aa
#820f99 on white: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#820f99 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green5.9%
Blue60.0%
CMYK percentages
Cyan15.0%
Magenta90.2%
Yellow0.0%
Key (black)40.0%
Color previews
#820f99 text on a black background
contrast 2.48:1
Card sample
#820f99 text on a white background
contrast 8.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #820f99;
Background color
Panel with #820f99 background
background-color: #820f99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #820f99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 15, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 15, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #820f99; background: linear-gradient(135deg, #820f99, #990F54);