#751237
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
117, 18, 55
HSL
338°, 73%, 27%
CMYK
0, 85, 53, 54
Luminance
0.0449
Every format
| HEX | #751237 |
| RGB | rgb(117, 18, 55) |
| HSL | hsl(338, 73%, 27%) |
| CMYK | cmyk(0%, 85%, 53%, 54%) |
| LAB | lab(25.2 43.6 4.3) |
| LCH | lch(25.2 43.8 5.7) |
| OKLCH | oklch(0.373 0.134 4.9) |
Copy-ready code
/* CSS */
color: #751237;
background-color: #751237;
/* Tailwind (arbitrary) */
class="text-[#751237] bg-[#751237]"
/* SCSS */
$brand: #751237;
/* SwiftUI */
Color(red: 0.459, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#751237")Accessibility — WCAG contrast
Aa
#751237 on white: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751237 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta84.6%
Yellow53.0%
Key (black)54.1%
Color previews
#751237 text on a black background
contrast 1.90:1
Card sample
#751237 text on a white background
contrast 11.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751237;
Background color
Panel with #751237 background
background-color: #751237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751237; background: linear-gradient(135deg, #751237, #752F12);