#751663
a dark, vivid magenta / pink · warm · closest name: purple
RGB
117, 22, 99
HSL
311°, 68%, 27%
CMYK
0, 81, 15, 54
Luminance
0.0526
Every format
| HEX | #751663 |
| RGB | rgb(117, 22, 99) |
| HSL | hsl(311, 68%, 27%) |
| CMYK | cmyk(0%, 81%, 15%, 54%) |
| LAB | lab(27.5 47.8 -21.8) |
| LCH | lch(27.5 52.5 335.5) |
| OKLCH | oklch(0.395 0.153 337.2) |
Copy-ready code
/* CSS */
color: #751663;
background-color: #751663;
/* Tailwind (arbitrary) */
class="text-[#751663] bg-[#751663]"
/* SCSS */
$brand: #751663;
/* SwiftUI */
Color(red: 0.459, green: 0.086, blue: 0.388)
/* Android */
Color.parseColor("#751663")Accessibility — WCAG contrast
Aa
#751663 on white: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751663 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green8.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta81.2%
Yellow15.4%
Key (black)54.1%
Color previews
#751663 text on a black background
contrast 2.05:1
Card sample
#751663 text on a white background
contrast 10.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751663;
Background color
Panel with #751663 background
background-color: #751663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 22, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 22, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751663; background: linear-gradient(135deg, #751663, #751624);