#6a376f
a dark, soft magenta / pink · warm · closest name: purple
RGB
106, 55, 111
HSL
295°, 34%, 33%
CMYK
5, 51, 0, 57
Luminance
0.0694
Every format
| HEX | #6a376f |
| RGB | rgb(106, 55, 111) |
| HSL | hsl(295, 34%, 33%) |
| CMYK | cmyk(5%, 51%, 0%, 57%) |
| LAB | lab(31.7 31.9 -23.0) |
| LCH | lch(31.7 39.3 324.2) |
| OKLCH | oklch(0.424 0.107 323.9) |
Copy-ready code
/* CSS */
color: #6a376f;
background-color: #6a376f;
/* Tailwind (arbitrary) */
class="text-[#6a376f] bg-[#6a376f]"
/* SCSS */
$brand: #6a376f;
/* SwiftUI */
Color(red: 0.416, green: 0.216, blue: 0.435)
/* Android */
Color.parseColor("#6a376f")Accessibility — WCAG contrast
Aa
#6a376f on white: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6a376f on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green21.6%
Blue43.5%
CMYK percentages
Cyan4.5%
Magenta50.5%
Yellow0.0%
Key (black)56.5%
Color previews
#6a376f text on a black background
contrast 2.39:1
Card sample
#6a376f text on a white background
contrast 8.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a376f;
Background color
Panel with #6a376f background
background-color: #6a376f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a376f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 55, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 55, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a376f; background: linear-gradient(135deg, #6a376f, #6F374F);