#c16cf8
a light, electric violet · warm · closest name: violet
RGB
193, 108, 248
HSL
276°, 91%, 70%
CMYK
22, 57, 0, 3
Luminance
0.2884
Every format
| HEX | #c16cf8 |
| RGB | rgb(193, 108, 248) |
| HSL | hsl(276, 91%, 70%) |
| CMYK | cmyk(22%, 57%, 0%, 3%) |
| LAB | lab(60.6 57.3 -57.0) |
| LCH | lch(60.6 80.8 315.2) |
| OKLCH | oklch(0.685 0.209 310.0) |
Copy-ready code
/* CSS */
color: #c16cf8;
background-color: #c16cf8;
/* Tailwind (arbitrary) */
class="text-[#c16cf8] bg-[#c16cf8]"
/* SCSS */
$brand: #c16cf8;
/* SwiftUI */
Color(red: 0.757, green: 0.424, blue: 0.973)
/* Android */
Color.parseColor("#c16cf8")Accessibility — WCAG contrast
Aa
#c16cf8 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c16cf8 on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green42.4%
Blue97.3%
CMYK percentages
Cyan22.2%
Magenta56.5%
Yellow0.0%
Key (black)2.7%
Color previews
#c16cf8 text on a black background
contrast 6.77:1
Card sample
#c16cf8 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c16cf8;
Background color
Panel with #c16cf8 background
background-color: #c16cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c16cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 108, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 108, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c16cf8; background: linear-gradient(135deg, #c16cf8, #F86CD2);