#661188
a dark, electric violet · warm · closest name: indigo
RGB
102, 17, 136
HSL
283°, 78%, 30%
CMYK
25, 88, 0, 47
Luminance
0.0500
Every format
| HEX | #661188 |
| RGB | rgb(102, 17, 136) |
| HSL | hsl(283, 78%, 30%) |
| CMYK | cmyk(25%, 88%, 0%, 47%) |
| LAB | lab(26.7 52.8 -46.6) |
| LCH | lch(26.7 70.4 318.5) |
| OKLCH | oklch(0.393 0.181 313.0) |
Copy-ready code
/* CSS */
color: #661188;
background-color: #661188;
/* Tailwind (arbitrary) */
class="text-[#661188] bg-[#661188]"
/* SCSS */
$brand: #661188;
/* SwiftUI */
Color(red: 0.400, green: 0.067, blue: 0.533)
/* Android */
Color.parseColor("#661188")Accessibility — WCAG contrast
Aa
#661188 on white: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#661188 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green6.7%
Blue53.3%
CMYK percentages
Cyan25.0%
Magenta87.5%
Yellow0.0%
Key (black)46.7%
Color previews
#661188 text on a black background
contrast 2.00:1
Card sample
#661188 text on a white background
contrast 10.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #661188;
Background color
Panel with #661188 background
background-color: #661188;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #661188;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 17, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 17, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #661188; background: linear-gradient(135deg, #661188, #88115B);