#6a045f
a deep, electric magenta / pink · warm · closest name: purple
RGB
106, 4, 95
HSL
307°, 93%, 22%
CMYK
0, 96, 10, 58
Luminance
0.0398
Every format
| HEX | #6a045f |
| RGB | rgb(106, 4, 95) |
| HSL | hsl(307, 93%, 22%) |
| CMYK | cmyk(0%, 96%, 10%, 58%) |
| LAB | lab(23.6 48.9 -25.4) |
| LCH | lch(23.6 55.1 332.6) |
| OKLCH | oklch(0.363 0.158 333.9) |
Copy-ready code
/* CSS */
color: #6a045f;
background-color: #6a045f;
/* Tailwind (arbitrary) */
class="text-[#6a045f] bg-[#6a045f]"
/* SCSS */
$brand: #6a045f;
/* SwiftUI */
Color(red: 0.416, green: 0.016, blue: 0.373)
/* Android */
Color.parseColor("#6a045f")Accessibility — WCAG contrast
Aa
#6a045f on white: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6a045f on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green1.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta96.2%
Yellow10.4%
Key (black)58.4%
Color previews
#6a045f text on a black background
contrast 1.80:1
Card sample
#6a045f text on a white background
contrast 11.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a045f;
Background color
Panel with #6a045f background
background-color: #6a045f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a045f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 4, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 4, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a045f; background: linear-gradient(135deg, #6a045f, #6A041B);