#731261
a dark, vivid magenta / pink · warm · closest name: purple
RGB
115, 18, 97
HSL
311°, 73%, 26%
CMYK
0, 84, 16, 55
Luminance
0.0494
Every format
| HEX | #731261 |
| RGB | rgb(115, 18, 97) |
| HSL | hsl(311, 73%, 26%) |
| CMYK | cmyk(0%, 84%, 16%, 55%) |
| LAB | lab(26.6 48.1 -21.9) |
| LCH | lch(26.6 52.8 335.6) |
| OKLCH | oklch(0.388 0.154 337.3) |
Copy-ready code
/* CSS */
color: #731261;
background-color: #731261;
/* Tailwind (arbitrary) */
class="text-[#731261] bg-[#731261]"
/* SCSS */
$brand: #731261;
/* SwiftUI */
Color(red: 0.451, green: 0.071, blue: 0.380)
/* Android */
Color.parseColor("#731261")Accessibility — WCAG contrast
Aa
#731261 on white: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#731261 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green7.1%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow15.7%
Key (black)54.9%
Color previews
#731261 text on a black background
contrast 1.99:1
Card sample
#731261 text on a white background
contrast 10.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #731261;
Background color
Panel with #731261 background
background-color: #731261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #731261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 18, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 18, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #731261; background: linear-gradient(135deg, #731261, #731220);