#68104f
a deep, vivid magenta / pink · warm · closest name: purple
RGB
104, 16, 79
HSL
317°, 73%, 24%
CMYK
0, 85, 24, 59
Luminance
0.0388
Every format
| HEX | #68104f |
| RGB | rgb(104, 16, 79) |
| HSL | hsl(317, 73%, 24%) |
| CMYK | cmyk(0%, 85%, 24%, 59%) |
| LAB | lab(23.3 43.3 -15.2) |
| LCH | lch(23.3 45.9 340.6) |
| OKLCH | oklch(0.357 0.137 342.6) |
Copy-ready code
/* CSS */
color: #68104f;
background-color: #68104f;
/* Tailwind (arbitrary) */
class="text-[#68104f] bg-[#68104f]"
/* SCSS */
$brand: #68104f;
/* SwiftUI */
Color(red: 0.408, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#68104f")Accessibility — WCAG contrast
Aa
#68104f on white: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#68104f on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta84.6%
Yellow24.0%
Key (black)59.2%
Color previews
#68104f text on a black background
contrast 1.78:1
Card sample
#68104f text on a white background
contrast 11.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68104f;
Background color
Panel with #68104f background
background-color: #68104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68104f; background: linear-gradient(135deg, #68104f, #681014);