#6b034f
a deep, electric magenta / pink · warm · closest name: purple
RGB
107, 3, 79
HSL
316°, 95%, 22%
CMYK
0, 97, 26, 58
Luminance
0.0376
Every format
| HEX | #6b034f |
| RGB | rgb(107, 3, 79) |
| HSL | hsl(316, 95%, 22%) |
| CMYK | cmyk(0%, 97%, 26%, 58%) |
| LAB | lab(22.9 47.1 -15.8) |
| LCH | lch(22.9 49.7 341.4) |
| OKLCH | oklch(0.355 0.149 343.5) |
Copy-ready code
/* CSS */
color: #6b034f;
background-color: #6b034f;
/* Tailwind (arbitrary) */
class="text-[#6b034f] bg-[#6b034f]"
/* SCSS */
$brand: #6b034f;
/* SwiftUI */
Color(red: 0.420, green: 0.012, blue: 0.310)
/* Android */
Color.parseColor("#6b034f")Accessibility — WCAG contrast
Aa
#6b034f on white: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6b034f on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green1.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta97.2%
Yellow26.2%
Key (black)58.0%
Color previews
#6b034f text on a black background
contrast 1.75:1
Card sample
#6b034f text on a white background
contrast 11.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b034f;
Background color
Panel with #6b034f background
background-color: #6b034f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b034f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 3, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 3, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b034f; background: linear-gradient(135deg, #6b034f, #6B030A);