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