#c161f7
a light, electric violet · warm · closest name: violet
RGB
193, 97, 247
HSL
278°, 90%, 68%
CMYK
22, 61, 0, 3
Luminance
0.2660
Every format
| HEX | #c161f7 |
| RGB | rgb(193, 97, 247) |
| HSL | hsl(278, 90%, 68%) |
| CMYK | cmyk(22%, 61%, 0%, 3%) |
| LAB | lab(58.6 62.4 -59.6) |
| LCH | lch(58.6 86.3 316.3) |
| OKLCH | oklch(0.670 0.224 311.3) |
Copy-ready code
/* CSS */
color: #c161f7;
background-color: #c161f7;
/* Tailwind (arbitrary) */
class="text-[#c161f7] bg-[#c161f7]"
/* SCSS */
$brand: #c161f7;
/* SwiftUI */
Color(red: 0.757, green: 0.380, blue: 0.969)
/* Android */
Color.parseColor("#c161f7")Accessibility — WCAG contrast
Aa
#c161f7 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c161f7 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green38.0%
Blue96.9%
CMYK percentages
Cyan21.9%
Magenta60.7%
Yellow0.0%
Key (black)3.1%
Color previews
#c161f7 text on a black background
contrast 6.32:1
Card sample
#c161f7 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c161f7;
Background color
Panel with #c161f7 background
background-color: #c161f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c161f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 97, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 97, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c161f7; background: linear-gradient(135deg, #c161f7, #F761C9);