#680a49
a deep, electric magenta / pink · warm · closest name: purple
RGB
104, 10, 73
HSL
320°, 83%, 22%
CMYK
0, 90, 30, 59
Luminance
0.0364
Every format
| HEX | #680a49 |
| RGB | rgb(104, 10, 73) |
| HSL | hsl(320, 83%, 22%) |
| CMYK | cmyk(0%, 90%, 30%, 59%) |
| LAB | lab(22.4 44.0 -12.4) |
| LCH | lch(22.4 45.8 344.3) |
| OKLCH | oklch(0.350 0.138 346.2) |
Copy-ready code
/* CSS */
color: #680a49;
background-color: #680a49;
/* Tailwind (arbitrary) */
class="text-[#680a49] bg-[#680a49]"
/* SCSS */
$brand: #680a49;
/* SwiftUI */
Color(red: 0.408, green: 0.039, blue: 0.286)
/* Android */
Color.parseColor("#680a49")Accessibility — WCAG contrast
Aa
#680a49 on white: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#680a49 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green3.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta90.4%
Yellow29.8%
Key (black)59.2%
Color previews
#680a49 text on a black background
contrast 1.73:1
Card sample
#680a49 text on a white background
contrast 12.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #680a49;
Background color
Panel with #680a49 background
background-color: #680a49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #680a49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 10, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 10, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #680a49; background: linear-gradient(135deg, #680a49, #680A0A);