#c16fdf
a light, vivid violet · warm · closest name: orchid
RGB
193, 111, 223
HSL
284°, 64%, 66%
CMYK
14, 50, 0, 13
Luminance
0.2803
Every format
| HEX | #c16fdf |
| RGB | rgb(193, 111, 223) |
| HSL | hsl(284, 64%, 66%) |
| CMYK | cmyk(14%, 50%, 0%, 13%) |
| LAB | lab(59.9 50.5 -44.2) |
| LCH | lch(59.9 67.1 318.8) |
| OKLCH | oklch(0.675 0.178 316.3) |
Copy-ready code
/* CSS */
color: #c16fdf;
background-color: #c16fdf;
/* Tailwind (arbitrary) */
class="text-[#c16fdf] bg-[#c16fdf]"
/* SCSS */
$brand: #c16fdf;
/* SwiftUI */
Color(red: 0.757, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#c16fdf")Accessibility — WCAG contrast
Aa
#c16fdf on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c16fdf on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green43.5%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c16fdf text on a black background
contrast 6.61:1
Card sample
#c16fdf text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c16fdf;
Background color
Panel with #c16fdf background
background-color: #c16fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c16fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c16fdf; background: linear-gradient(135deg, #c16fdf, #DF6FB2);