#67104f
a deep, vivid magenta / pink · warm · closest name: purple
RGB
103, 16, 79
HSL
317°, 73%, 23%
CMYK
0, 85, 23, 60
Luminance
0.0382
Every format
| HEX | #67104f |
| RGB | rgb(103, 16, 79) |
| HSL | hsl(317, 73%, 23%) |
| CMYK | cmyk(0%, 85%, 23%, 60%) |
| LAB | lab(23.1 43.1 -15.6) |
| LCH | lch(23.1 45.8 340.2) |
| OKLCH | oklch(0.355 0.136 342.1) |
Copy-ready code
/* CSS */
color: #67104f;
background-color: #67104f;
/* Tailwind (arbitrary) */
class="text-[#67104f] bg-[#67104f]"
/* SCSS */
$brand: #67104f;
/* SwiftUI */
Color(red: 0.404, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#67104f")Accessibility — WCAG contrast
Aa
#67104f on white: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#67104f on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow23.3%
Key (black)59.6%
Color previews
#67104f text on a black background
contrast 1.76:1
Card sample
#67104f text on a white background
contrast 11.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67104f;
Background color
Panel with #67104f background
background-color: #67104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67104f; background: linear-gradient(135deg, #67104f, #671015);