#762164
a dark, vivid magenta / pink · warm · closest name: purple
RGB
118, 33, 100
HSL
313°, 56%, 30%
CMYK
0, 72, 15, 54
Luminance
0.0586
Every format
| HEX | #762164 |
| RGB | rgb(118, 33, 100) |
| HSL | hsl(313, 56%, 30%) |
| CMYK | cmyk(0%, 72%, 15%, 54%) |
| LAB | lab(29.1 44.3 -19.9) |
| LCH | lch(29.1 48.5 335.8) |
| OKLCH | oklch(0.407 0.141 337.5) |
Copy-ready code
/* CSS */
color: #762164;
background-color: #762164;
/* Tailwind (arbitrary) */
class="text-[#762164] bg-[#762164]"
/* SCSS */
$brand: #762164;
/* SwiftUI */
Color(red: 0.463, green: 0.129, blue: 0.392)
/* Android */
Color.parseColor("#762164")Accessibility — WCAG contrast
Aa
#762164 on white: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#762164 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green12.9%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow15.3%
Key (black)53.7%
Color previews
#762164 text on a black background
contrast 2.17:1
Card sample
#762164 text on a white background
contrast 9.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #762164;
Background color
Panel with #762164 background
background-color: #762164;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #762164;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 33, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 33, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #762164; background: linear-gradient(135deg, #762164, #76212B);