#74397b
a dark, soft magenta / pink · warm · closest name: purple
RGB
116, 57, 123
HSL
294°, 37%, 35%
CMYK
6, 54, 0, 52
Luminance
0.0807
Every format
| HEX | #74397b |
| RGB | rgb(116, 57, 123) |
| HSL | hsl(294, 37%, 35%) |
| CMYK | cmyk(6%, 54%, 0%, 52%) |
| LAB | lab(34.1 36.4 -26.6) |
| LCH | lch(34.1 45.1 323.9) |
| OKLCH | oklch(0.447 0.123 323.3) |
Copy-ready code
/* CSS */
color: #74397b;
background-color: #74397b;
/* Tailwind (arbitrary) */
class="text-[#74397b] bg-[#74397b]"
/* SCSS */
$brand: #74397b;
/* SwiftUI */
Color(red: 0.455, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#74397b")Accessibility — WCAG contrast
Aa
#74397b on white: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#74397b on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green22.4%
Blue48.2%
CMYK percentages
Cyan5.7%
Magenta53.7%
Yellow0.0%
Key (black)51.8%
Color previews
#74397b text on a black background
contrast 2.61:1
Card sample
#74397b text on a white background
contrast 8.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74397b;
Background color
Panel with #74397b background
background-color: #74397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74397b; background: linear-gradient(135deg, #74397b, #7B3956);