#660cdf
a balanced, electric violet · warm · closest name: blue
RGB
102, 12, 223
HSL
266°, 90%, 46%
CMYK
54, 95, 0, 13
Luminance
0.0842
Every format
| HEX | #660cdf |
| RGB | rgb(102, 12, 223) |
| HSL | hsl(266, 90%, 46%) |
| CMYK | cmyk(54%, 95%, 0%, 13%) |
| LAB | lab(34.8 72.9 -85.3) |
| LCH | lch(34.8 112.2 310.5) |
| OKLCH | oklch(0.473 0.262 290.2) |
Copy-ready code
/* CSS */
color: #660cdf;
background-color: #660cdf;
/* Tailwind (arbitrary) */
class="text-[#660cdf] bg-[#660cdf]"
/* SCSS */
$brand: #660cdf;
/* SwiftUI */
Color(red: 0.400, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#660cdf")Accessibility — WCAG contrast
Aa
#660cdf on white: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#660cdf on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green4.7%
Blue87.5%
CMYK percentages
Cyan54.3%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#660cdf text on a black background
contrast 2.68:1
Card sample
#660cdf text on a white background
contrast 7.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #660cdf;
Background color
Panel with #660cdf background
background-color: #660cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #660cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #660cdf; background: linear-gradient(135deg, #660cdf, #DF0CCB);