#6b185f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
107, 24, 95
HSL
309°, 63%, 26%
CMYK
0, 78, 11, 58
Luminance
0.0461
Every format
| HEX | #6b185f |
| RGB | rgb(107, 24, 95) |
| HSL | hsl(309, 63%, 26%) |
| CMYK | cmyk(0%, 78%, 11%, 58%) |
| LAB | lab(25.6 44.0 -22.2) |
| LCH | lch(25.6 49.3 333.2) |
| OKLCH | oklch(0.377 0.142 334.6) |
Copy-ready code
/* CSS */
color: #6b185f;
background-color: #6b185f;
/* Tailwind (arbitrary) */
class="text-[#6b185f] bg-[#6b185f]"
/* SCSS */
$brand: #6b185f;
/* SwiftUI */
Color(red: 0.420, green: 0.094, blue: 0.373)
/* Android */
Color.parseColor("#6b185f")Accessibility — WCAG contrast
Aa
#6b185f on white: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6b185f on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green9.4%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow11.2%
Key (black)58.0%
Color previews
#6b185f text on a black background
contrast 1.92:1
Card sample
#6b185f text on a white background
contrast 10.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b185f;
Background color
Panel with #6b185f background
background-color: #6b185f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b185f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 24, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 24, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b185f; background: linear-gradient(135deg, #6b185f, #6B1828);