#c660eb
a balanced, electric violet · warm · closest name: orchid
RGB
198, 96, 235
HSL
284°, 78%, 65%
CMYK
16, 59, 0, 8
Luminance
0.2637
Every format
| HEX | #c660eb |
| RGB | rgb(198, 96, 235) |
| HSL | hsl(284, 78%, 65%) |
| CMYK | cmyk(16%, 59%, 0%, 8%) |
| LAB | lab(58.4 61.6 -53.3) |
| LCH | lch(58.4 81.5 319.1) |
| OKLCH | oklch(0.668 0.215 316.1) |
Copy-ready code
/* CSS */
color: #c660eb;
background-color: #c660eb;
/* Tailwind (arbitrary) */
class="text-[#c660eb] bg-[#c660eb]"
/* SCSS */
$brand: #c660eb;
/* SwiftUI */
Color(red: 0.776, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#c660eb")Accessibility — WCAG contrast
Aa
#c660eb on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c660eb on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green37.6%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c660eb text on a black background
contrast 6.27:1
Card sample
#c660eb text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c660eb;
Background color
Panel with #c660eb background
background-color: #c660eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c660eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c660eb; background: linear-gradient(135deg, #c660eb, #EB60B3);