#821663
a dark, vivid magenta / pink · warm · closest name: purple
RGB
130, 22, 99
HSL
317°, 71%, 30%
CMYK
0, 83, 24, 49
Luminance
0.0622
Every format
| HEX | #821663 |
| RGB | rgb(130, 22, 99) |
| HSL | hsl(317, 71%, 30%) |
| CMYK | cmyk(0%, 83%, 24%, 49%) |
| LAB | lab(30.0 50.9 -17.6) |
| LCH | lch(30.0 53.9 340.9) |
| OKLCH | oklch(0.418 0.161 342.9) |
Copy-ready code
/* CSS */
color: #821663;
background-color: #821663;
/* Tailwind (arbitrary) */
class="text-[#821663] bg-[#821663]"
/* SCSS */
$brand: #821663;
/* SwiftUI */
Color(red: 0.510, green: 0.086, blue: 0.388)
/* Android */
Color.parseColor("#821663")Accessibility — WCAG contrast
Aa
#821663 on white: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#821663 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green8.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta83.1%
Yellow23.8%
Key (black)49.0%
Color previews
#821663 text on a black background
contrast 2.24:1
Card sample
#821663 text on a white background
contrast 9.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #821663;
Background color
Panel with #821663 background
background-color: #821663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #821663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 22, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 22, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #821663; background: linear-gradient(135deg, #821663, #82161B);