#790c60
a dark, electric magenta / pink · warm · closest name: purple
RGB
121, 12, 96
HSL
314°, 82%, 26%
CMYK
0, 90, 21, 53
Luminance
0.0517
Every format
| HEX | #790c60 |
| RGB | rgb(121, 12, 96) |
| HSL | hsl(314, 82%, 26%) |
| CMYK | cmyk(0%, 90%, 21%, 53%) |
| LAB | lab(27.2 50.7 -20.1) |
| LCH | lch(27.2 54.6 338.4) |
| OKLCH | oklch(0.394 0.162 340.3) |
Copy-ready code
/* CSS */
color: #790c60;
background-color: #790c60;
/* Tailwind (arbitrary) */
class="text-[#790c60] bg-[#790c60]"
/* SCSS */
$brand: #790c60;
/* SwiftUI */
Color(red: 0.475, green: 0.047, blue: 0.376)
/* Android */
Color.parseColor("#790c60")Accessibility — WCAG contrast
Aa
#790c60 on white: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#790c60 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green4.7%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow20.7%
Key (black)52.5%
Color previews
#790c60 text on a black background
contrast 2.03:1
Card sample
#790c60 text on a white background
contrast 10.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #790c60;
Background color
Panel with #790c60 background
background-color: #790c60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #790c60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 12, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 12, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #790c60; background: linear-gradient(135deg, #790c60, #790C17);