#760f3b
a dark, electric magenta / pink · warm · closest name: maroon
RGB
118, 15, 59
HSL
334°, 77%, 26%
CMYK
0, 87, 50, 54
Luminance
0.0451
Every format
| HEX | #760f3b |
| RGB | rgb(118, 15, 59) |
| HSL | hsl(334, 77%, 26%) |
| CMYK | cmyk(0%, 87%, 50%, 54%) |
| LAB | lab(25.3 45.0 1.7) |
| LCH | lch(25.3 45.0 2.2) |
| OKLCH | oklch(0.374 0.138 2.0) |
Copy-ready code
/* CSS */
color: #760f3b;
background-color: #760f3b;
/* Tailwind (arbitrary) */
class="text-[#760f3b] bg-[#760f3b]"
/* SCSS */
$brand: #760f3b;
/* SwiftUI */
Color(red: 0.463, green: 0.059, blue: 0.231)
/* Android */
Color.parseColor("#760f3b")Accessibility — WCAG contrast
Aa
#760f3b on white: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#760f3b on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green5.9%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta87.3%
Yellow50.0%
Key (black)53.7%
Color previews
#760f3b text on a black background
contrast 1.90:1
Card sample
#760f3b text on a white background
contrast 11.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #760f3b;
Background color
Panel with #760f3b background
background-color: #760f3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #760f3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 15, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 15, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #760f3b; background: linear-gradient(135deg, #760f3b, #76280F);