#681c42
a dark, vivid magenta / pink · warm · closest name: purple
RGB
104, 28, 66
HSL
330°, 58%, 26%
CMYK
0, 73, 37, 59
Luminance
0.0417
Every format
| HEX | #681c42 |
| RGB | rgb(104, 28, 66) |
| HSL | hsl(330, 58%, 26%) |
| CMYK | cmyk(0%, 73%, 37%, 59%) |
| LAB | lab(24.2 37.3 -5.0) |
| LCH | lch(24.2 37.6 352.4) |
| OKLCH | oklch(0.362 0.115 353.7) |
Copy-ready code
/* CSS */
color: #681c42;
background-color: #681c42;
/* Tailwind (arbitrary) */
class="text-[#681c42] bg-[#681c42]"
/* SCSS */
$brand: #681c42;
/* SwiftUI */
Color(red: 0.408, green: 0.110, blue: 0.259)
/* Android */
Color.parseColor("#681c42")Accessibility — WCAG contrast
Aa
#681c42 on white: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#681c42 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green11.0%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow36.5%
Key (black)59.2%
Color previews
#681c42 text on a black background
contrast 1.83:1
Card sample
#681c42 text on a white background
contrast 11.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #681c42;
Background color
Panel with #681c42 background
background-color: #681c42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #681c42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 28, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 28, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #681c42; background: linear-gradient(135deg, #681c42, #68291C);