#c160df
a balanced, vivid violet · warm · closest name: orchid
RGB
193, 96, 223
HSL
286°, 67%, 63%
CMYK
14, 57, 0, 13
Luminance
0.2503
Every format
| HEX | #c160df |
| RGB | rgb(193, 96, 223) |
| HSL | hsl(286, 67%, 63%) |
| CMYK | cmyk(14%, 57%, 0%, 13%) |
| LAB | lab(57.1 58.0 -48.6) |
| LCH | lch(57.1 75.7 320.0) |
| OKLCH | oklch(0.655 0.201 317.6) |
Copy-ready code
/* CSS */
color: #c160df;
background-color: #c160df;
/* Tailwind (arbitrary) */
class="text-[#c160df] bg-[#c160df]"
/* SCSS */
$brand: #c160df;
/* SwiftUI */
Color(red: 0.757, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#c160df")Accessibility — WCAG contrast
Aa
#c160df on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c160df on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green37.6%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta57.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c160df text on a black background
contrast 6.01:1
Card sample
#c160df text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c160df;
Background color
Panel with #c160df background
background-color: #c160df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c160df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c160df; background: linear-gradient(135deg, #c160df, #DF60A8);