#760134
a deep, electric magenta / pink · warm · closest name: maroon
RGB
118, 1, 52
HSL
334°, 98%, 23%
CMYK
0, 99, 56, 54
Luminance
0.0412
Every format
| HEX | #760134 |
| RGB | rgb(118, 1, 52) |
| HSL | hsl(334, 98%, 23%) |
| CMYK | cmyk(0%, 99%, 56%, 54%) |
| LAB | lab(24.1 47.3 4.8) |
| LCH | lch(24.1 47.6 5.8) |
| OKLCH | oklch(0.364 0.146 4.9) |
Copy-ready code
/* CSS */
color: #760134;
background-color: #760134;
/* Tailwind (arbitrary) */
class="text-[#760134] bg-[#760134]"
/* SCSS */
$brand: #760134;
/* SwiftUI */
Color(red: 0.463, green: 0.004, blue: 0.204)
/* Android */
Color.parseColor("#760134")Accessibility — WCAG contrast
Aa
#760134 on white: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#760134 on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green0.4%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow55.9%
Key (black)53.7%
Color previews
#760134 text on a black background
contrast 1.82:1
Card sample
#760134 text on a white background
contrast 11.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #760134;
Background color
Panel with #760134 background
background-color: #760134;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #760134;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 1, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 1, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #760134; background: linear-gradient(135deg, #760134, #761C01);