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