#72136f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
114, 19, 111
HSL
302°, 71%, 26%
CMYK
0, 83, 3, 55
Luminance
0.0519
Every format
| HEX | #72136f |
| RGB | rgb(114, 19, 111) |
| HSL | hsl(302, 71%, 26%) |
| CMYK | cmyk(0%, 83%, 3%, 55%) |
| LAB | lab(27.3 49.8 -29.8) |
| LCH | lch(27.3 58.1 329.1) |
| OKLCH | oklch(0.395 0.163 329.6) |
Copy-ready code
/* CSS */
color: #72136f;
background-color: #72136f;
/* Tailwind (arbitrary) */
class="text-[#72136f] bg-[#72136f]"
/* SCSS */
$brand: #72136f;
/* SwiftUI */
Color(red: 0.447, green: 0.075, blue: 0.435)
/* Android */
Color.parseColor("#72136f")Accessibility — WCAG contrast
Aa
#72136f on white: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#72136f on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green7.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow2.6%
Key (black)55.3%
Color previews
#72136f text on a black background
contrast 2.04:1
Card sample
#72136f text on a white background
contrast 10.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72136f;
Background color
Panel with #72136f background
background-color: #72136f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72136f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 19, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 19, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72136f; background: linear-gradient(135deg, #72136f, #721330);