#c164df
a balanced, vivid violet · warm · closest name: orchid
RGB
193, 100, 223
HSL
285°, 66%, 63%
CMYK
14, 55, 0, 13
Luminance
0.2578
Every format
| HEX | #c164df |
| RGB | rgb(193, 100, 223) |
| HSL | hsl(285, 66%, 63%) |
| CMYK | cmyk(14%, 55%, 0%, 13%) |
| LAB | lab(57.8 56.0 -47.5) |
| LCH | lch(57.8 73.5 319.7) |
| OKLCH | oklch(0.660 0.195 317.3) |
Copy-ready code
/* CSS */
color: #c164df;
background-color: #c164df;
/* Tailwind (arbitrary) */
class="text-[#c164df] bg-[#c164df]"
/* SCSS */
$brand: #c164df;
/* SwiftUI */
Color(red: 0.757, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#c164df")Accessibility — WCAG contrast
Aa
#c164df on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c164df on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green39.2%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta55.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c164df text on a black background
contrast 6.16:1
Card sample
#c164df text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c164df;
Background color
Panel with #c164df background
background-color: #c164df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c164df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c164df; background: linear-gradient(135deg, #c164df, #DF64AB);