#661980
a dark, vivid violet · warm · closest name: purple
RGB
102, 25, 128
HSL
285°, 67%, 30%
CMYK
20, 81, 0, 50
Luminance
0.0508
Every format
| HEX | #661980 |
| RGB | rgb(102, 25, 128) |
| HSL | hsl(285, 67%, 30%) |
| CMYK | cmyk(20%, 81%, 0%, 50%) |
| LAB | lab(27.0 48.7 -41.3) |
| LCH | lch(27.0 63.8 319.7) |
| OKLCH | oklch(0.392 0.167 315.7) |
Copy-ready code
/* CSS */
color: #661980;
background-color: #661980;
/* Tailwind (arbitrary) */
class="text-[#661980] bg-[#661980]"
/* SCSS */
$brand: #661980;
/* SwiftUI */
Color(red: 0.400, green: 0.098, blue: 0.502)
/* Android */
Color.parseColor("#661980")Accessibility — WCAG contrast
Aa
#661980 on white: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#661980 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green9.8%
Blue50.2%
CMYK percentages
Cyan20.3%
Magenta80.5%
Yellow0.0%
Key (black)49.8%
Color previews
#661980 text on a black background
contrast 2.02:1
Card sample
#661980 text on a white background
contrast 10.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #661980;
Background color
Panel with #661980 background
background-color: #661980;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #661980;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 25, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 25, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #661980; background: linear-gradient(135deg, #661980, #801955);