#c164ff
a light, electric violet · warm · closest name: violet
RGB
193, 100, 255
HSL
276°, 100%, 70%
CMYK
24, 61, 0, 0
Luminance
0.2767
Every format
| HEX | #c164ff |
| RGB | rgb(193, 100, 255) |
| HSL | hsl(276, 100%, 70%) |
| CMYK | cmyk(24%, 61%, 0%, 0%) |
| LAB | lab(59.6 62.7 -62.5) |
| LCH | lch(59.6 88.5 315.1) |
| OKLCH | oklch(0.679 0.228 309.3) |
Copy-ready code
/* CSS */
color: #c164ff;
background-color: #c164ff;
/* Tailwind (arbitrary) */
class="text-[#c164ff] bg-[#c164ff]"
/* SCSS */
$brand: #c164ff;
/* SwiftUI */
Color(red: 0.757, green: 0.392, blue: 1.000)
/* Android */
Color.parseColor("#c164ff")Accessibility — WCAG contrast
Aa
#c164ff on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c164ff on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green39.2%
Blue100.0%
CMYK percentages
Cyan24.3%
Magenta60.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c164ff text on a black background
contrast 6.53:1
Card sample
#c164ff text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c164ff;
Background color
Panel with #c164ff background
background-color: #c164ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c164ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 100, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 100, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c164ff; background: linear-gradient(135deg, #c164ff, #FF64D6);