#c161f0
a light, electric violet · warm · closest name: violet
RGB
193, 97, 240
HSL
280°, 83%, 66%
CMYK
20, 60, 0, 6
Luminance
0.2618
Every format
| HEX | #c161f0 |
| RGB | rgb(193, 97, 240) |
| HSL | hsl(280, 83%, 66%) |
| CMYK | cmyk(20%, 60%, 0%, 6%) |
| LAB | lab(58.2 61.0 -56.4) |
| LCH | lch(58.2 83.0 317.2) |
| OKLCH | oklch(0.666 0.216 313.0) |
Copy-ready code
/* CSS */
color: #c161f0;
background-color: #c161f0;
/* Tailwind (arbitrary) */
class="text-[#c161f0] bg-[#c161f0]"
/* SCSS */
$brand: #c161f0;
/* SwiftUI */
Color(red: 0.757, green: 0.380, blue: 0.941)
/* Android */
Color.parseColor("#c161f0")Accessibility — WCAG contrast
Aa
#c161f0 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c161f0 on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green38.0%
Blue94.1%
CMYK percentages
Cyan19.6%
Magenta59.6%
Yellow0.0%
Key (black)5.9%
Color previews
#c161f0 text on a black background
contrast 6.24:1
Card sample
#c161f0 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c161f0;
Background color
Panel with #c161f0 background
background-color: #c161f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c161f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 97, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 97, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c161f0; background: linear-gradient(135deg, #c161f0, #F061C0);