#752c4f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
117, 44, 79
HSL
331°, 45%, 32%
CMYK
0, 62, 33, 54
Luminance
0.0615
Every format
| HEX | #752c4f |
| RGB | rgb(117, 44, 79) |
| HSL | hsl(331, 45%, 32%) |
| CMYK | cmyk(0%, 62%, 33%, 54%) |
| LAB | lab(29.8 35.9 -5.1) |
| LCH | lch(29.8 36.3 351.9) |
| OKLCH | oklch(0.409 0.110 353.2) |
Copy-ready code
/* CSS */
color: #752c4f;
background-color: #752c4f;
/* Tailwind (arbitrary) */
class="text-[#752c4f] bg-[#752c4f]"
/* SCSS */
$brand: #752c4f;
/* SwiftUI */
Color(red: 0.459, green: 0.173, blue: 0.310)
/* Android */
Color.parseColor("#752c4f")Accessibility — WCAG contrast
Aa
#752c4f on white: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#752c4f on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green17.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta62.4%
Yellow32.5%
Key (black)54.1%
Color previews
#752c4f text on a black background
contrast 2.23:1
Card sample
#752c4f text on a white background
contrast 9.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752c4f;
Background color
Panel with #752c4f background
background-color: #752c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 44, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 44, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752c4f; background: linear-gradient(135deg, #752c4f, #753A2C);