#c164a2
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
193, 100, 162
HSL
320°, 43%, 58%
CMYK
0, 48, 16, 24
Luminance
0.2306
Every format
| HEX | #c164a2 |
| RGB | rgb(193, 100, 162) |
| HSL | hsl(320, 43%, 58%) |
| CMYK | cmyk(0%, 48%, 16%, 24%) |
| LAB | lab(55.1 45.0 -16.8) |
| LCH | lch(55.1 48.1 339.6) |
| OKLCH | oklch(0.631 0.140 341.4) |
Copy-ready code
/* CSS */
color: #c164a2;
background-color: #c164a2;
/* Tailwind (arbitrary) */
class="text-[#c164a2] bg-[#c164a2]"
/* SCSS */
$brand: #c164a2;
/* SwiftUI */
Color(red: 0.757, green: 0.392, blue: 0.635)
/* Android */
Color.parseColor("#c164a2")Accessibility — WCAG contrast
Aa
#c164a2 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c164a2 on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green39.2%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow16.1%
Key (black)24.3%
Color previews
#c164a2 text on a black background
contrast 5.61:1
Card sample
#c164a2 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c164a2;
Background color
Panel with #c164a2 background
background-color: #c164a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c164a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 100, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 100, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c164a2; background: linear-gradient(135deg, #c164a2, #C16464);