#680f49
a deep, vivid magenta / pink · warm · closest name: purple
RGB
104, 15, 73
HSL
321°, 75%, 23%
CMYK
0, 86, 30, 59
Luminance
0.0377
Every format
| HEX | #680f49 |
| RGB | rgb(104, 15, 73) |
| HSL | hsl(321, 75%, 23%) |
| CMYK | cmyk(0%, 86%, 30%, 59%) |
| LAB | lab(22.9 42.8 -11.7) |
| LCH | lch(22.9 44.4 344.7) |
| OKLCH | oklch(0.353 0.134 346.6) |
Copy-ready code
/* CSS */
color: #680f49;
background-color: #680f49;
/* Tailwind (arbitrary) */
class="text-[#680f49] bg-[#680f49]"
/* SCSS */
$brand: #680f49;
/* SwiftUI */
Color(red: 0.408, green: 0.059, blue: 0.286)
/* Android */
Color.parseColor("#680f49")Accessibility — WCAG contrast
Aa
#680f49 on white: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#680f49 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green5.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta85.6%
Yellow29.8%
Key (black)59.2%
Color previews
#680f49 text on a black background
contrast 1.75:1
Card sample
#680f49 text on a white background
contrast 11.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #680f49;
Background color
Panel with #680f49 background
background-color: #680f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #680f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 15, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 15, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #680f49; background: linear-gradient(135deg, #680f49, #68100F);