#c17ef1
a light, electric violet · warm · closest name: violet
RGB
193, 126, 241
HSL
275°, 80%, 72%
CMYK
20, 48, 0, 6
Luminance
0.3261
Every format
| HEX | #c17ef1 |
| RGB | rgb(193, 126, 241) |
| HSL | hsl(275, 80%, 72%) |
| CMYK | cmyk(20%, 48%, 0%, 6%) |
| LAB | lab(63.8 46.5 -48.0) |
| LCH | lch(63.8 66.8 314.1) |
| OKLCH | oklch(0.708 0.174 309.5) |
Copy-ready code
/* CSS */
color: #c17ef1;
background-color: #c17ef1;
/* Tailwind (arbitrary) */
class="text-[#c17ef1] bg-[#c17ef1]"
/* SCSS */
$brand: #c17ef1;
/* SwiftUI */
Color(red: 0.757, green: 0.494, blue: 0.945)
/* Android */
Color.parseColor("#c17ef1")Accessibility — WCAG contrast
Aa
#c17ef1 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c17ef1 on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green49.4%
Blue94.5%
CMYK percentages
Cyan19.9%
Magenta47.7%
Yellow0.0%
Key (black)5.5%
Color previews
#c17ef1 text on a black background
contrast 7.52:1
Card sample
#c17ef1 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c17ef1;
Background color
Panel with #c17ef1 background
background-color: #c17ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c17ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 126, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 126, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c17ef1; background: linear-gradient(135deg, #c17ef1, #F17ED4);