#660dfd
a balanced, electric violet · warm · closest name: blue
RGB
102, 13, 253
HSL
262°, 98%, 52%
CMYK
60, 95, 0, 1
Luminance
0.1020
Every format
| HEX | #660dfd |
| RGB | rgb(102, 13, 253) |
| HSL | hsl(262, 98%, 52%) |
| CMYK | cmyk(60%, 95%, 0%, 1%) |
| LAB | lab(38.2 79.5 -96.7) |
| LCH | lch(38.2 125.2 309.4) |
| OKLCH | oklch(0.505 0.289 285.4) |
Copy-ready code
/* CSS */
color: #660dfd;
background-color: #660dfd;
/* Tailwind (arbitrary) */
class="text-[#660dfd] bg-[#660dfd]"
/* SCSS */
$brand: #660dfd;
/* SwiftUI */
Color(red: 0.400, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#660dfd")Accessibility — WCAG contrast
Aa
#660dfd on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#660dfd on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green5.1%
Blue99.2%
CMYK percentages
Cyan59.7%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#660dfd text on a black background
contrast 3.04:1
Card sample
#660dfd text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #660dfd;
Background color
Panel with #660dfd background
background-color: #660dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #660dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #660dfd; background: linear-gradient(135deg, #660dfd, #FD0DF4);