#c17cdf
a light, vivid violet · warm · closest name: orchid
RGB
193, 124, 223
HSL
282°, 61%, 68%
CMYK
14, 44, 0, 13
Luminance
0.3108
Every format
| HEX | #c17cdf |
| RGB | rgb(193, 124, 223) |
| HSL | hsl(282, 61%, 68%) |
| CMYK | cmyk(14%, 44%, 0%, 13%) |
| LAB | lab(62.6 43.7 -40.0) |
| LCH | lch(62.6 59.3 317.5) |
| OKLCH | oklch(0.695 0.157 315.0) |
Copy-ready code
/* CSS */
color: #c17cdf;
background-color: #c17cdf;
/* Tailwind (arbitrary) */
class="text-[#c17cdf] bg-[#c17cdf]"
/* SCSS */
$brand: #c17cdf;
/* SwiftUI */
Color(red: 0.757, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#c17cdf")Accessibility — WCAG contrast
Aa
#c17cdf on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c17cdf on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green48.6%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c17cdf text on a black background
contrast 7.22:1
Card sample
#c17cdf text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c17cdf;
Background color
Panel with #c17cdf background
background-color: #c17cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c17cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c17cdf; background: linear-gradient(135deg, #c17cdf, #DF7CBB);