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