#762162
a dark, vivid magenta / pink · warm · closest name: purple
RGB
118, 33, 98
HSL
314°, 56%, 30%
CMYK
0, 72, 17, 54
Luminance
0.0582
Every format
| HEX | #762162 |
| RGB | rgb(118, 33, 98) |
| HSL | hsl(314, 56%, 30%) |
| CMYK | cmyk(0%, 72%, 17%, 54%) |
| LAB | lab(29.0 44.0 -18.7) |
| LCH | lch(29.0 47.8 336.9) |
| OKLCH | oklch(0.406 0.140 338.7) |
Copy-ready code
/* CSS */
color: #762162;
background-color: #762162;
/* Tailwind (arbitrary) */
class="text-[#762162] bg-[#762162]"
/* SCSS */
$brand: #762162;
/* SwiftUI */
Color(red: 0.463, green: 0.129, blue: 0.384)
/* Android */
Color.parseColor("#762162")Accessibility — WCAG contrast
Aa
#762162 on white: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#762162 on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green12.9%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow16.9%
Key (black)53.7%
Color previews
#762162 text on a black background
contrast 2.16:1
Card sample
#762162 text on a white background
contrast 9.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #762162;
Background color
Panel with #762162 background
background-color: #762162;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #762162;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 33, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 33, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #762162; background: linear-gradient(135deg, #762162, #762129);