#752467
a dark, vivid magenta / pink · warm · closest name: purple
RGB
117, 36, 103
HSL
310°, 53%, 30%
CMYK
0, 69, 12, 54
Luminance
0.0602
Every format
| HEX | #752467 |
| RGB | rgb(117, 36, 103) |
| HSL | hsl(310, 53%, 30%) |
| CMYK | cmyk(0%, 69%, 12%, 54%) |
| LAB | lab(29.5 43.3 -21.2) |
| LCH | lch(29.5 48.2 333.9) |
| OKLCH | oklch(0.410 0.139 335.4) |
Copy-ready code
/* CSS */
color: #752467;
background-color: #752467;
/* Tailwind (arbitrary) */
class="text-[#752467] bg-[#752467]"
/* SCSS */
$brand: #752467;
/* SwiftUI */
Color(red: 0.459, green: 0.141, blue: 0.404)
/* Android */
Color.parseColor("#752467")Accessibility — WCAG contrast
Aa
#752467 on white: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#752467 on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green14.1%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow12.0%
Key (black)54.1%
Color previews
#752467 text on a black background
contrast 2.20:1
Card sample
#752467 text on a white background
contrast 9.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752467;
Background color
Panel with #752467 background
background-color: #752467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 36, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 36, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752467; background: linear-gradient(135deg, #752467, #752431);