#c652eb
a balanced, electric violet · warm · closest name: orchid
RGB
198, 82, 235
HSL
286°, 79%, 62%
CMYK
16, 65, 0, 8
Luminance
0.2404
Every format
| HEX | #c652eb |
| RGB | rgb(198, 82, 235) |
| HSL | hsl(286, 79%, 62%) |
| CMYK | cmyk(16%, 65%, 0%, 8%) |
| LAB | lab(56.1 67.8 -56.9) |
| LCH | lch(56.1 88.5 320.0) |
| OKLCH | oklch(0.651 0.234 317.0) |
Copy-ready code
/* CSS */
color: #c652eb;
background-color: #c652eb;
/* Tailwind (arbitrary) */
class="text-[#c652eb] bg-[#c652eb]"
/* SCSS */
$brand: #c652eb;
/* SwiftUI */
Color(red: 0.776, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#c652eb")Accessibility — WCAG contrast
Aa
#c652eb on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c652eb on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green32.2%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c652eb text on a black background
contrast 5.81:1
Card sample
#c652eb text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c652eb;
Background color
Panel with #c652eb background
background-color: #c652eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c652eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c652eb; background: linear-gradient(135deg, #c652eb, #EB52AA);