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