#c167df
a balanced, vivid violet · warm · closest name: orchid
RGB
193, 103, 223
HSL
285°, 65%, 64%
CMYK
14, 54, 0, 13
Luminance
0.2637
Every format
| HEX | #c167df |
| RGB | rgb(193, 103, 223) |
| HSL | hsl(285, 65%, 64%) |
| CMYK | cmyk(14%, 54%, 0%, 13%) |
| LAB | lab(58.4 54.6 -46.6) |
| LCH | lch(58.4 71.8 319.5) |
| OKLCH | oklch(0.664 0.191 317.0) |
Copy-ready code
/* CSS */
color: #c167df;
background-color: #c167df;
/* Tailwind (arbitrary) */
class="text-[#c167df] bg-[#c167df]"
/* SCSS */
$brand: #c167df;
/* SwiftUI */
Color(red: 0.757, green: 0.404, blue: 0.875)
/* Android */
Color.parseColor("#c167df")Accessibility — WCAG contrast
Aa
#c167df on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c167df on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green40.4%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta53.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c167df text on a black background
contrast 6.27:1
Card sample
#c167df text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c167df;
Background color
Panel with #c167df background
background-color: #c167df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c167df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 103, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 103, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c167df; background: linear-gradient(135deg, #c167df, #DF67AD);