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