#76166f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
118, 22, 111
HSL
304°, 69%, 28%
CMYK
0, 81, 6, 54
Luminance
0.0557
Every format
| HEX | #76166f |
| RGB | rgb(118, 22, 111) |
| HSL | hsl(304, 69%, 28%) |
| CMYK | cmyk(0%, 81%, 6%, 54%) |
| LAB | lab(28.3 49.9 -28.1) |
| LCH | lch(28.3 57.3 330.6) |
| OKLCH | oklch(0.404 0.162 331.5) |
Copy-ready code
/* CSS */
color: #76166f;
background-color: #76166f;
/* Tailwind (arbitrary) */
class="text-[#76166f] bg-[#76166f]"
/* SCSS */
$brand: #76166f;
/* SwiftUI */
Color(red: 0.463, green: 0.086, blue: 0.435)
/* Android */
Color.parseColor("#76166f")Accessibility — WCAG contrast
Aa
#76166f on white: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#76166f on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green8.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow5.9%
Key (black)53.7%
Color previews
#76166f text on a black background
contrast 2.11:1
Card sample
#76166f text on a white background
contrast 9.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76166f;
Background color
Panel with #76166f background
background-color: #76166f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76166f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 22, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 22, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76166f; background: linear-gradient(135deg, #76166f, #76162F);