#c663eb
a light, electric violet · warm · closest name: orchid
RGB
198, 99, 235
HSL
284°, 77%, 66%
CMYK
16, 58, 0, 8
Luminance
0.2693
Every format
| HEX | #c663eb |
| RGB | rgb(198, 99, 235) |
| HSL | hsl(284, 77%, 66%) |
| CMYK | cmyk(16%, 58%, 0%, 8%) |
| LAB | lab(58.9 60.2 -52.5) |
| LCH | lch(58.9 79.8 318.9) |
| OKLCH | oklch(0.671 0.211 315.8) |
Copy-ready code
/* CSS */
color: #c663eb;
background-color: #c663eb;
/* Tailwind (arbitrary) */
class="text-[#c663eb] bg-[#c663eb]"
/* SCSS */
$brand: #c663eb;
/* SwiftUI */
Color(red: 0.776, green: 0.388, blue: 0.922)
/* Android */
Color.parseColor("#c663eb")Accessibility — WCAG contrast
Aa
#c663eb on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c663eb on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green38.8%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta57.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c663eb text on a black background
contrast 6.39:1
Card sample
#c663eb text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c663eb;
Background color
Panel with #c663eb background
background-color: #c663eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c663eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 99, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 99, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c663eb; background: linear-gradient(135deg, #c663eb, #EB63B5);