#740653
a deep, electric magenta / pink · warm · closest name: purple
RGB
116, 6, 83
HSL
318°, 90%, 24%
CMYK
0, 95, 28, 55
Luminance
0.0447
Every format
| HEX | #740653 |
| RGB | rgb(116, 6, 83) |
| HSL | hsl(318, 90%, 24%) |
| CMYK | cmyk(0%, 95%, 28%, 55%) |
| LAB | lab(25.2 49.0 -14.8) |
| LCH | lch(25.2 51.2 343.2) |
| OKLCH | oklch(0.376 0.154 345.2) |
Copy-ready code
/* CSS */
color: #740653;
background-color: #740653;
/* Tailwind (arbitrary) */
class="text-[#740653] bg-[#740653]"
/* SCSS */
$brand: #740653;
/* SwiftUI */
Color(red: 0.455, green: 0.024, blue: 0.325)
/* Android */
Color.parseColor("#740653")Accessibility — WCAG contrast
Aa
#740653 on white: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#740653 on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green2.4%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta94.8%
Yellow28.4%
Key (black)54.5%
Color previews
#740653 text on a black background
contrast 1.89:1
Card sample
#740653 text on a white background
contrast 11.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #740653;
Background color
Panel with #740653 background
background-color: #740653;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #740653;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 6, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 6, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #740653; background: linear-gradient(135deg, #740653, #74060A);