#762169
a dark, vivid magenta / pink · warm · closest name: purple
RGB
118, 33, 105
HSL
309°, 56%, 30%
CMYK
0, 72, 11, 54
Luminance
0.0596
Every format
| HEX | #762169 |
| RGB | rgb(118, 33, 105) |
| HSL | hsl(309, 56%, 30%) |
| CMYK | cmyk(0%, 72%, 11%, 54%) |
| LAB | lab(29.3 45.1 -22.7) |
| LCH | lch(29.3 50.5 333.3) |
| OKLCH | oklch(0.410 0.145 334.7) |
Copy-ready code
/* CSS */
color: #762169;
background-color: #762169;
/* Tailwind (arbitrary) */
class="text-[#762169] bg-[#762169]"
/* SCSS */
$brand: #762169;
/* SwiftUI */
Color(red: 0.463, green: 0.129, blue: 0.412)
/* Android */
Color.parseColor("#762169")Accessibility — WCAG contrast
Aa
#762169 on white: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#762169 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green12.9%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow11.0%
Key (black)53.7%
Color previews
#762169 text on a black background
contrast 2.19:1
Card sample
#762169 text on a white background
contrast 9.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #762169;
Background color
Panel with #762169 background
background-color: #762169;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #762169;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 33, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 33, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #762169; background: linear-gradient(135deg, #762169, #762130);