#6f4477
a dark, soft magenta / pink · warm · closest name: midnightblue
RGB
111, 68, 119
HSL
291°, 27%, 37%
CMYK
7, 43, 0, 53
Luminance
0.0885
Every format
| HEX | #6f4477 |
| RGB | rgb(111, 68, 119) |
| HSL | hsl(291, 27%, 37%) |
| CMYK | cmyk(7%, 43%, 0%, 53%) |
| LAB | lab(35.7 27.7 -21.7) |
| LCH | lch(35.7 35.2 321.9) |
| OKLCH | oklch(0.457 0.095 321.1) |
Copy-ready code
/* CSS */
color: #6f4477;
background-color: #6f4477;
/* Tailwind (arbitrary) */
class="text-[#6f4477] bg-[#6f4477]"
/* SCSS */
$brand: #6f4477;
/* SwiftUI */
Color(red: 0.435, green: 0.267, blue: 0.467)
/* Android */
Color.parseColor("#6f4477")Accessibility — WCAG contrast
Aa
#6f4477 on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f4477 on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green26.7%
Blue46.7%
CMYK percentages
Cyan6.7%
Magenta42.9%
Yellow0.0%
Key (black)53.3%
Color previews
#6f4477 text on a black background
contrast 2.77:1
Card sample
#6f4477 text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f4477;
Background color
Panel with #6f4477 background
background-color: #6f4477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f4477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 68, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 68, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f4477; background: linear-gradient(135deg, #6f4477, #77445D);