#770c5f
a dark, electric magenta / pink · warm · closest name: purple
RGB
119, 12, 95
HSL
314°, 82%, 26%
CMYK
0, 90, 20, 53
Luminance
0.0501
Every format
| HEX | #770c5f |
| RGB | rgb(119, 12, 95) |
| HSL | hsl(314, 82%, 26%) |
| CMYK | cmyk(0%, 90%, 20%, 53%) |
| LAB | lab(26.8 50.1 -20.2) |
| LCH | lch(26.8 54.1 338.1) |
| OKLCH | oklch(0.390 0.160 340.0) |
Copy-ready code
/* CSS */
color: #770c5f;
background-color: #770c5f;
/* Tailwind (arbitrary) */
class="text-[#770c5f] bg-[#770c5f]"
/* SCSS */
$brand: #770c5f;
/* SwiftUI */
Color(red: 0.467, green: 0.047, blue: 0.373)
/* Android */
Color.parseColor("#770c5f")Accessibility — WCAG contrast
Aa
#770c5f on white: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#770c5f on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green4.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow20.2%
Key (black)53.3%
Color previews
#770c5f text on a black background
contrast 2.00:1
Card sample
#770c5f text on a white background
contrast 10.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #770c5f;
Background color
Panel with #770c5f background
background-color: #770c5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #770c5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 12, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 12, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #770c5f; background: linear-gradient(135deg, #770c5f, #770C18);