#680a79
a dark, electric magenta / pink · warm · closest name: purple
RGB
104, 10, 121
HSL
291°, 85%, 26%
CMYK
14, 92, 0, 53
Luminance
0.0454
Every format
| HEX | #680a79 |
| RGB | rgb(104, 10, 121) |
| HSL | hsl(291, 85%, 26%) |
| CMYK | cmyk(14%, 92%, 0%, 53%) |
| LAB | lab(25.4 51.8 -39.4) |
| LCH | lch(25.4 65.0 322.7) |
| OKLCH | oklch(0.380 0.173 320.4) |
Copy-ready code
/* CSS */
color: #680a79;
background-color: #680a79;
/* Tailwind (arbitrary) */
class="text-[#680a79] bg-[#680a79]"
/* SCSS */
$brand: #680a79;
/* SwiftUI */
Color(red: 0.408, green: 0.039, blue: 0.475)
/* Android */
Color.parseColor("#680a79")Accessibility — WCAG contrast
Aa
#680a79 on white: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#680a79 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green3.9%
Blue47.5%
CMYK percentages
Cyan14.0%
Magenta91.7%
Yellow0.0%
Key (black)52.5%
Color previews
#680a79 text on a black background
contrast 1.91:1
Card sample
#680a79 text on a white background
contrast 11.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #680a79;
Background color
Panel with #680a79 background
background-color: #680a79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #680a79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 10, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 10, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #680a79; background: linear-gradient(135deg, #680a79, #790A40);