#c16bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
193, 107, 223
HSL
285°, 64%, 65%
CMYK
14, 52, 0, 13
Luminance
0.2718
Every format
| HEX | #c16bdf |
| RGB | rgb(193, 107, 223) |
| HSL | hsl(285, 64%, 65%) |
| CMYK | cmyk(14%, 52%, 0%, 13%) |
| LAB | lab(59.1 52.6 -45.4) |
| LCH | lch(59.1 69.5 319.2) |
| OKLCH | oklch(0.670 0.184 316.7) |
Copy-ready code
/* CSS */
color: #c16bdf;
background-color: #c16bdf;
/* Tailwind (arbitrary) */
class="text-[#c16bdf] bg-[#c16bdf]"
/* SCSS */
$brand: #c16bdf;
/* SwiftUI */
Color(red: 0.757, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#c16bdf")Accessibility — WCAG contrast
Aa
#c16bdf on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c16bdf on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green42.0%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta52.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c16bdf text on a black background
contrast 6.44:1
Card sample
#c16bdf text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c16bdf;
Background color
Panel with #c16bdf background
background-color: #c16bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c16bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c16bdf; background: linear-gradient(135deg, #c16bdf, #DF6BB0);