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