#c17fdf
a light, vivid violet · warm · closest name: orchid
RGB
193, 127, 223
HSL
281°, 60%, 69%
CMYK
14, 43, 0, 13
Luminance
0.3184
Every format
| HEX | #c17fdf |
| RGB | rgb(193, 127, 223) |
| HSL | hsl(281, 60%, 69%) |
| CMYK | cmyk(14%, 43%, 0%, 13%) |
| LAB | lab(63.2 42.1 -39.0) |
| LCH | lch(63.2 57.4 317.2) |
| OKLCH | oklch(0.700 0.152 314.6) |
Copy-ready code
/* CSS */
color: #c17fdf;
background-color: #c17fdf;
/* Tailwind (arbitrary) */
class="text-[#c17fdf] bg-[#c17fdf]"
/* SCSS */
$brand: #c17fdf;
/* SwiftUI */
Color(red: 0.757, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#c17fdf")Accessibility — WCAG contrast
Aa
#c17fdf on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c17fdf on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green49.8%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c17fdf text on a black background
contrast 7.37:1
Card sample
#c17fdf text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c17fdf;
Background color
Panel with #c17fdf background
background-color: #c17fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c17fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c17fdf; background: linear-gradient(135deg, #c17fdf, #DF7FBD);