#762166
a dark, vivid magenta / pink · warm · closest name: purple
RGB
118, 33, 102
HSL
311°, 56%, 30%
CMYK
0, 72, 14, 54
Luminance
0.0590
Every format
| HEX | #762166 |
| RGB | rgb(118, 33, 102) |
| HSL | hsl(311, 56%, 30%) |
| CMYK | cmyk(0%, 72%, 14%, 54%) |
| LAB | lab(29.2 44.6 -21.0) |
| LCH | lch(29.2 49.3 334.8) |
| OKLCH | oklch(0.408 0.143 336.4) |
Copy-ready code
/* CSS */
color: #762166;
background-color: #762166;
/* Tailwind (arbitrary) */
class="text-[#762166] bg-[#762166]"
/* SCSS */
$brand: #762166;
/* SwiftUI */
Color(red: 0.463, green: 0.129, blue: 0.400)
/* Android */
Color.parseColor("#762166")Accessibility — WCAG contrast
Aa
#762166 on white: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#762166 on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green12.9%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow13.6%
Key (black)53.7%
Color previews
#762166 text on a black background
contrast 2.18:1
Card sample
#762166 text on a white background
contrast 9.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #762166;
Background color
Panel with #762166 background
background-color: #762166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #762166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 33, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 33, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #762166; background: linear-gradient(135deg, #762166, #76212D);