#c16afd
a light, electric violet · warm · closest name: violet
RGB
193, 106, 253
HSL
276°, 97%, 70%
CMYK
24, 58, 0, 1
Luminance
0.2874
Every format
| HEX | #c16afd |
| RGB | rgb(193, 106, 253) |
| HSL | hsl(276, 97%, 70%) |
| CMYK | cmyk(24%, 58%, 0%, 1%) |
| LAB | lab(60.5 59.4 -59.9) |
| LCH | lch(60.5 84.3 314.8) |
| OKLCH | oklch(0.685 0.217 309.1) |
Copy-ready code
/* CSS */
color: #c16afd;
background-color: #c16afd;
/* Tailwind (arbitrary) */
class="text-[#c16afd] bg-[#c16afd]"
/* SCSS */
$brand: #c16afd;
/* SwiftUI */
Color(red: 0.757, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#c16afd")Accessibility — WCAG contrast
Aa
#c16afd on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c16afd on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green41.6%
Blue99.2%
CMYK percentages
Cyan23.7%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c16afd text on a black background
contrast 6.75:1
Card sample
#c16afd text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c16afd;
Background color
Panel with #c16afd background
background-color: #c16afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c16afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c16afd; background: linear-gradient(135deg, #c16afd, #FD6AD7);