#661177
a dark, electric magenta / pink · warm · closest name: purple
RGB
102, 17, 119
HSL
290°, 75%, 27%
CMYK
14, 86, 0, 53
Luminance
0.0456
Every format
| HEX | #661177 |
| RGB | rgb(102, 17, 119) |
| HSL | hsl(290, 75%, 27%) |
| CMYK | cmyk(14%, 86%, 0%, 53%) |
| LAB | lab(25.4 49.4 -38.0) |
| LCH | lch(25.4 62.3 322.4) |
| OKLCH | oklch(0.379 0.166 320.0) |
Copy-ready code
/* CSS */
color: #661177;
background-color: #661177;
/* Tailwind (arbitrary) */
class="text-[#661177] bg-[#661177]"
/* SCSS */
$brand: #661177;
/* SwiftUI */
Color(red: 0.400, green: 0.067, blue: 0.467)
/* Android */
Color.parseColor("#661177")Accessibility — WCAG contrast
Aa
#661177 on white: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#661177 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green6.7%
Blue46.7%
CMYK percentages
Cyan14.3%
Magenta85.7%
Yellow0.0%
Key (black)53.3%
Color previews
#661177 text on a black background
contrast 1.91:1
Card sample
#661177 text on a white background
contrast 10.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #661177;
Background color
Panel with #661177 background
background-color: #661177;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #661177;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 17, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 17, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #661177; background: linear-gradient(135deg, #661177, #771144);