#67006b
a deep, electric magenta / pink · warm · closest name: purple
RGB
103, 0, 107
HSL
298°, 100%, 21%
CMYK
4, 100, 0, 58
Luminance
0.0395
Every format
| HEX | #67006b |
| RGB | rgb(103, 0, 107) |
| HSL | hsl(298, 100%, 21%) |
| CMYK | cmyk(4%, 100%, 0%, 58%) |
| LAB | lab(23.5 51.1 -33.4) |
| LCH | lch(23.5 61.1 326.8) |
| OKLCH | oklch(0.363 0.169 326.4) |
Copy-ready code
/* CSS */
color: #67006b;
background-color: #67006b;
/* Tailwind (arbitrary) */
class="text-[#67006b] bg-[#67006b]"
/* SCSS */
$brand: #67006b;
/* SwiftUI */
Color(red: 0.404, green: 0.000, blue: 0.420)
/* Android */
Color.parseColor("#67006b")Accessibility — WCAG contrast
Aa
#67006b on white: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#67006b on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green0.0%
Blue42.0%
CMYK percentages
Cyan3.7%
Magenta100.0%
Yellow0.0%
Key (black)58.0%
Color previews
#67006b text on a black background
contrast 1.79:1
Card sample
#67006b text on a white background
contrast 11.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67006b;
Background color
Panel with #67006b background
background-color: #67006b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67006b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 0, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 0, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67006b; background: linear-gradient(135deg, #67006b, #6B0028);