#c160ad
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
193, 96, 173
HSL
312°, 44%, 57%
CMYK
0, 50, 10, 24
Luminance
0.2272
Every format
| HEX | #c160ad |
| RGB | rgb(193, 96, 173) |
| HSL | hsl(312, 44%, 57%) |
| CMYK | cmyk(0%, 50%, 10%, 24%) |
| LAB | lab(54.8 48.8 -23.7) |
| LCH | lch(54.8 54.3 334.1) |
| OKLCH | oklch(0.630 0.155 335.7) |
Copy-ready code
/* CSS */
color: #c160ad;
background-color: #c160ad;
/* Tailwind (arbitrary) */
class="text-[#c160ad] bg-[#c160ad]"
/* SCSS */
$brand: #c160ad;
/* SwiftUI */
Color(red: 0.757, green: 0.376, blue: 0.678)
/* Android */
Color.parseColor("#c160ad")Accessibility — WCAG contrast
Aa
#c160ad on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c160ad on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green37.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta50.3%
Yellow10.4%
Key (black)24.3%
Color previews
#c160ad text on a black background
contrast 5.54:1
Card sample
#c160ad text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c160ad;
Background color
Panel with #c160ad background
background-color: #c160ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c160ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 96, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 96, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c160ad; background: linear-gradient(135deg, #c160ad, #C1606C);