#660cf2
a balanced, electric violet · warm · closest name: blue
RGB
102, 12, 242
HSL
264°, 91%, 50%
CMYK
58, 95, 0, 5
Luminance
0.0950
Every format
| HEX | #660cf2 |
| RGB | rgb(102, 12, 242) |
| HSL | hsl(264, 91%, 50%) |
| CMYK | cmyk(58%, 95%, 0%, 5%) |
| LAB | lab(36.9 77.2 -92.7) |
| LCH | lch(36.9 120.6 309.8) |
| OKLCH | oklch(0.493 0.279 287.1) |
Copy-ready code
/* CSS */
color: #660cf2;
background-color: #660cf2;
/* Tailwind (arbitrary) */
class="text-[#660cf2] bg-[#660cf2]"
/* SCSS */
$brand: #660cf2;
/* SwiftUI */
Color(red: 0.400, green: 0.047, blue: 0.949)
/* Android */
Color.parseColor("#660cf2")Accessibility — WCAG contrast
Aa
#660cf2 on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#660cf2 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green4.7%
Blue94.9%
CMYK percentages
Cyan57.9%
Magenta95.0%
Yellow0.0%
Key (black)5.1%
Color previews
#660cf2 text on a black background
contrast 2.90:1
Card sample
#660cf2 text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #660cf2;
Background color
Panel with #660cf2 background
background-color: #660cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #660cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 12, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 12, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #660cf2; background: linear-gradient(135deg, #660cf2, #F20CE5);