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