#6a496e
a dark, soft magenta / pink · warm · closest name: gray
RGB
106, 73, 110
HSL
294°, 20%, 36%
CMYK
4, 34, 0, 57
Luminance
0.0896
Every format
| HEX | #6a496e |
| RGB | rgb(106, 73, 110) |
| HSL | hsl(294, 20%, 36%) |
| CMYK | cmyk(4%, 34%, 0%, 57%) |
| LAB | lab(35.9 21.0 -15.8) |
| LCH | lch(35.9 26.3 323.0) |
| OKLCH | oklch(0.456 0.071 322.9) |
Copy-ready code
/* CSS */
color: #6a496e;
background-color: #6a496e;
/* Tailwind (arbitrary) */
class="text-[#6a496e] bg-[#6a496e]"
/* SCSS */
$brand: #6a496e;
/* SwiftUI */
Color(red: 0.416, green: 0.286, blue: 0.431)
/* Android */
Color.parseColor("#6a496e")Accessibility — WCAG contrast
Aa
#6a496e on white: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6a496e on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green28.6%
Blue43.1%
CMYK percentages
Cyan3.6%
Magenta33.6%
Yellow0.0%
Key (black)56.9%
Color previews
#6a496e text on a black background
contrast 2.79:1
Card sample
#6a496e text on a white background
contrast 7.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a496e;
Background color
Panel with #6a496e background
background-color: #6a496e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a496e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 73, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 73, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a496e; background: linear-gradient(135deg, #6a496e, #6E4959);