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