#67166f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
103, 22, 111
HSL
295°, 67%, 26%
CMYK
7, 80, 0, 57
Luminance
0.0461
Every format
| HEX | #67166f |
| RGB | rgb(103, 22, 111) |
| HSL | hsl(295, 67%, 26%) |
| CMYK | cmyk(7%, 80%, 0%, 57%) |
| LAB | lab(25.6 46.5 -32.7) |
| LCH | lch(25.6 56.9 324.9) |
| OKLCH | oklch(0.379 0.155 324.0) |
Copy-ready code
/* CSS */
color: #67166f;
background-color: #67166f;
/* Tailwind (arbitrary) */
class="text-[#67166f] bg-[#67166f]"
/* SCSS */
$brand: #67166f;
/* SwiftUI */
Color(red: 0.404, green: 0.086, blue: 0.435)
/* Android */
Color.parseColor("#67166f")Accessibility — WCAG contrast
Aa
#67166f on white: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#67166f on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green8.6%
Blue43.5%
CMYK percentages
Cyan7.2%
Magenta80.2%
Yellow0.0%
Key (black)56.5%
Color previews
#67166f text on a black background
contrast 1.92:1
Card sample
#67166f text on a white background
contrast 10.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67166f;
Background color
Panel with #67166f background
background-color: #67166f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67166f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 22, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 22, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67166f; background: linear-gradient(135deg, #67166f, #6F163C);