#c161eb
a light, electric violet · warm · closest name: orchid
RGB
193, 97, 235
HSL
282°, 78%, 65%
CMYK
18, 59, 0, 8
Luminance
0.2589
Every format
| HEX | #c161eb |
| RGB | rgb(193, 97, 235) |
| HSL | hsl(282, 78%, 65%) |
| CMYK | cmyk(18%, 59%, 0%, 8%) |
| LAB | lab(57.9 59.9 -54.1) |
| LCH | lch(57.9 80.7 317.9) |
| OKLCH | oklch(0.663 0.211 314.3) |
Copy-ready code
/* CSS */
color: #c161eb;
background-color: #c161eb;
/* Tailwind (arbitrary) */
class="text-[#c161eb] bg-[#c161eb]"
/* SCSS */
$brand: #c161eb;
/* SwiftUI */
Color(red: 0.757, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#c161eb")Accessibility — WCAG contrast
Aa
#c161eb on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c161eb on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green38.0%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c161eb text on a black background
contrast 6.18:1
Card sample
#c161eb text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c161eb;
Background color
Panel with #c161eb background
background-color: #c161eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c161eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c161eb; background: linear-gradient(135deg, #c161eb, #EB61B9);