#660baf
a dark, electric violet · warm · closest name: indigo
RGB
102, 11, 175
HSL
273°, 88%, 37%
CMYK
42, 94, 0, 31
Luminance
0.0616
Every format
| HEX | #660baf |
| RGB | rgb(102, 11, 175) |
| HSL | hsl(273, 88%, 37%) |
| CMYK | cmyk(42%, 94%, 0%, 31%) |
| LAB | lab(29.8 62.4 -65.5) |
| LCH | lch(29.8 90.4 313.6) |
| OKLCH | oklch(0.424 0.218 300.9) |
Copy-ready code
/* CSS */
color: #660baf;
background-color: #660baf;
/* Tailwind (arbitrary) */
class="text-[#660baf] bg-[#660baf]"
/* SCSS */
$brand: #660baf;
/* SwiftUI */
Color(red: 0.400, green: 0.043, blue: 0.686)
/* Android */
Color.parseColor("#660baf")Accessibility — WCAG contrast
Aa
#660baf on white: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#660baf on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green4.3%
Blue68.6%
CMYK percentages
Cyan41.7%
Magenta93.7%
Yellow0.0%
Key (black)31.4%
Color previews
#660baf text on a black background
contrast 2.23:1
Card sample
#660baf text on a white background
contrast 9.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #660baf;
Background color
Panel with #660baf background
background-color: #660baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #660baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 11, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 11, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #660baf; background: linear-gradient(135deg, #660baf, #AF0B8B);