#6d4488
a dark, soft violet · warm · closest name: midnightblue
RGB
109, 68, 136
HSL
276°, 33%, 40%
CMYK
20, 50, 0, 47
Luminance
0.0916
Every format
| HEX | #6d4488 |
| RGB | rgb(109, 68, 136) |
| HSL | hsl(276, 33%, 40%) |
| CMYK | cmyk(20%, 50%, 0%, 47%) |
| LAB | lab(36.3 31.0 -31.3) |
| LCH | lch(36.3 44.0 314.7) |
| OKLCH | oklch(0.464 0.115 310.5) |
Copy-ready code
/* CSS */
color: #6d4488;
background-color: #6d4488;
/* Tailwind (arbitrary) */
class="text-[#6d4488] bg-[#6d4488]"
/* SCSS */
$brand: #6d4488;
/* SwiftUI */
Color(red: 0.427, green: 0.267, blue: 0.533)
/* Android */
Color.parseColor("#6d4488")Accessibility — WCAG contrast
Aa
#6d4488 on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6d4488 on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green26.7%
Blue53.3%
CMYK percentages
Cyan19.9%
Magenta50.0%
Yellow0.0%
Key (black)46.7%
Color previews
#6d4488 text on a black background
contrast 2.83:1
Card sample
#6d4488 text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6d4488;
Background color
Panel with #6d4488 background
background-color: #6d4488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6d4488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 68, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 68, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6d4488; background: linear-gradient(135deg, #6d4488, #884476);