#6f496f
a dark, soft magenta / pink · warm · closest name: gray
RGB
111, 73, 111
HSL
300°, 21%, 36%
CMYK
0, 34, 0, 57
Luminance
0.0929
Every format
| HEX | #6f496f |
| RGB | rgb(111, 73, 111) |
| HSL | hsl(300, 21%, 36%) |
| CMYK | cmyk(0%, 34%, 0%, 57%) |
| LAB | lab(36.5 23.0 -15.4) |
| LCH | lch(36.5 27.7 326.2) |
| OKLCH | oklch(0.462 0.076 326.7) |
Copy-ready code
/* CSS */
color: #6f496f;
background-color: #6f496f;
/* Tailwind (arbitrary) */
class="text-[#6f496f] bg-[#6f496f]"
/* SCSS */
$brand: #6f496f;
/* SwiftUI */
Color(red: 0.435, green: 0.286, blue: 0.435)
/* Android */
Color.parseColor("#6f496f")Accessibility — WCAG contrast
Aa
#6f496f on white: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f496f on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green28.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta34.2%
Yellow0.0%
Key (black)56.5%
Color previews
#6f496f text on a black background
contrast 2.86:1
Card sample
#6f496f text on a white background
contrast 7.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f496f;
Background color
Panel with #6f496f background
background-color: #6f496f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f496f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 73, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 73, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f496f; background: linear-gradient(135deg, #6f496f, #6F4956);