#732673
a dark, vivid magenta / pink · warm · closest name: purple
RGB
115, 38, 115
HSL
300°, 50%, 30%
CMYK
0, 67, 0, 55
Luminance
0.0627
Every format
| HEX | #732673 |
| RGB | rgb(115, 38, 115) |
| HSL | hsl(300, 50%, 30%) |
| CMYK | cmyk(0%, 67%, 0%, 55%) |
| LAB | lab(30.1 44.0 -27.9) |
| LCH | lch(30.1 52.1 327.6) |
| OKLCH | oklch(0.416 0.145 327.8) |
Copy-ready code
/* CSS */
color: #732673;
background-color: #732673;
/* Tailwind (arbitrary) */
class="text-[#732673] bg-[#732673]"
/* SCSS */
$brand: #732673;
/* SwiftUI */
Color(red: 0.451, green: 0.149, blue: 0.451)
/* Android */
Color.parseColor("#732673")Accessibility — WCAG contrast
Aa
#732673 on white: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#732673 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green14.9%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta67.0%
Yellow0.0%
Key (black)54.9%
Color previews
#732673 text on a black background
contrast 2.25:1
Card sample
#732673 text on a white background
contrast 9.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #732673;
Background color
Panel with #732673 background
background-color: #732673;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #732673;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 38, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 38, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #732673; background: linear-gradient(135deg, #732673, #732640);