#c16cf7
a light, electric violet · warm · closest name: violet
RGB
193, 108, 247
HSL
277°, 90%, 70%
CMYK
22, 56, 0, 3
Luminance
0.2878
Every format
| HEX | #c16cf7 |
| RGB | rgb(193, 108, 247) |
| HSL | hsl(277, 90%, 70%) |
| CMYK | cmyk(22%, 56%, 0%, 3%) |
| LAB | lab(60.6 57.1 -56.5) |
| LCH | lch(60.6 80.3 315.3) |
| OKLCH | oklch(0.684 0.208 310.3) |
Copy-ready code
/* CSS */
color: #c16cf7;
background-color: #c16cf7;
/* Tailwind (arbitrary) */
class="text-[#c16cf7] bg-[#c16cf7]"
/* SCSS */
$brand: #c16cf7;
/* SwiftUI */
Color(red: 0.757, green: 0.424, blue: 0.969)
/* Android */
Color.parseColor("#c16cf7")Accessibility — WCAG contrast
Aa
#c16cf7 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c16cf7 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green42.4%
Blue96.9%
CMYK percentages
Cyan21.9%
Magenta56.3%
Yellow0.0%
Key (black)3.1%
Color previews
#c16cf7 text on a black background
contrast 6.76:1
Card sample
#c16cf7 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c16cf7;
Background color
Panel with #c16cf7 background
background-color: #c16cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c16cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 108, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 108, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c16cf7; background: linear-gradient(135deg, #c16cf7, #F76CD0);