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