#660eee
a balanced, electric violet · warm · closest name: blue
RGB
102, 14, 238
HSL
264°, 89%, 49%
CMYK
57, 94, 0, 7
Luminance
0.0931
Every format
| HEX | #660eee |
| RGB | rgb(102, 14, 238) |
| HSL | hsl(264, 89%, 49%) |
| CMYK | cmyk(57%, 94%, 0%, 7%) |
| LAB | lab(36.6 76.0 -91.0) |
| LCH | lch(36.6 118.5 309.9) |
| OKLCH | oklch(0.489 0.275 287.7) |
Copy-ready code
/* CSS */
color: #660eee;
background-color: #660eee;
/* Tailwind (arbitrary) */
class="text-[#660eee] bg-[#660eee]"
/* SCSS */
$brand: #660eee;
/* SwiftUI */
Color(red: 0.400, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#660eee")Accessibility — WCAG contrast
Aa
#660eee on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#660eee on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green5.5%
Blue93.3%
CMYK percentages
Cyan57.1%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#660eee text on a black background
contrast 2.86:1
Card sample
#660eee text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #660eee;
Background color
Panel with #660eee background
background-color: #660eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #660eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #660eee; background: linear-gradient(135deg, #660eee, #EE0EE1);