#761237
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
118, 18, 55
HSL
338°, 74%, 27%
CMYK
0, 85, 53, 54
Luminance
0.0456
Every format
| HEX | #761237 |
| RGB | rgb(118, 18, 55) |
| HSL | hsl(338, 74%, 27%) |
| CMYK | cmyk(0%, 85%, 53%, 54%) |
| LAB | lab(25.4 43.9 4.7) |
| LCH | lch(25.4 44.1 6.1) |
| OKLCH | oklch(0.375 0.135 5.2) |
Copy-ready code
/* CSS */
color: #761237;
background-color: #761237;
/* Tailwind (arbitrary) */
class="text-[#761237] bg-[#761237]"
/* SCSS */
$brand: #761237;
/* SwiftUI */
Color(red: 0.463, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#761237")Accessibility — WCAG contrast
Aa
#761237 on white: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#761237 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta84.7%
Yellow53.4%
Key (black)53.7%
Color previews
#761237 text on a black background
contrast 1.91:1
Card sample
#761237 text on a white background
contrast 10.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #761237;
Background color
Panel with #761237 background
background-color: #761237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #761237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #761237; background: linear-gradient(135deg, #761237, #763012);