#c16cf4
a light, electric violet · warm · closest name: violet
RGB
193, 108, 244
HSL
278°, 86%, 69%
CMYK
21, 56, 0, 4
Luminance
0.2859
Every format
| HEX | #c16cf4 |
| RGB | rgb(193, 108, 244) |
| HSL | hsl(278, 86%, 69%) |
| CMYK | cmyk(21%, 56%, 0%, 4%) |
| LAB | lab(60.4 56.4 -55.1) |
| LCH | lch(60.4 78.9 315.7) |
| OKLCH | oklch(0.683 0.205 311.0) |
Copy-ready code
/* CSS */
color: #c16cf4;
background-color: #c16cf4;
/* Tailwind (arbitrary) */
class="text-[#c16cf4] bg-[#c16cf4]"
/* SCSS */
$brand: #c16cf4;
/* SwiftUI */
Color(red: 0.757, green: 0.424, blue: 0.957)
/* Android */
Color.parseColor("#c16cf4")Accessibility — WCAG contrast
Aa
#c16cf4 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c16cf4 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green42.4%
Blue95.7%
CMYK percentages
Cyan20.9%
Magenta55.7%
Yellow0.0%
Key (black)4.3%
Color previews
#c16cf4 text on a black background
contrast 6.72:1
Card sample
#c16cf4 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c16cf4;
Background color
Panel with #c16cf4 background
background-color: #c16cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c16cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 108, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 108, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c16cf4; background: linear-gradient(135deg, #c16cf4, #F46CCC);