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