#76216c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
118, 33, 108
HSL
307°, 56%, 30%
CMYK
0, 72, 9, 54
Luminance
0.0602
Every format
| HEX | #76216c |
| RGB | rgb(118, 33, 108) |
| HSL | hsl(307, 56%, 30%) |
| CMYK | cmyk(0%, 72%, 9%, 54%) |
| LAB | lab(29.5 45.6 -24.4) |
| LCH | lch(29.5 51.7 331.9) |
| OKLCH | oklch(0.411 0.147 333.0) |
Copy-ready code
/* CSS */
color: #76216c;
background-color: #76216c;
/* Tailwind (arbitrary) */
class="text-[#76216c] bg-[#76216c]"
/* SCSS */
$brand: #76216c;
/* SwiftUI */
Color(red: 0.463, green: 0.129, blue: 0.424)
/* Android */
Color.parseColor("#76216c")Accessibility — WCAG contrast
Aa
#76216c on white: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#76216c on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green12.9%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow8.5%
Key (black)53.7%
Color previews
#76216c text on a black background
contrast 2.20:1
Card sample
#76216c text on a white background
contrast 9.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76216c;
Background color
Panel with #76216c background
background-color: #76216c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76216c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 33, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 33, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76216c; background: linear-gradient(135deg, #76216c, #762133);