#c18df1
a light, electric violet · warm · closest name: violet
RGB
193, 141, 241
HSL
271°, 78%, 75%
CMYK
20, 42, 0, 6
Luminance
0.3674
Every format
| HEX | #c18df1 |
| RGB | rgb(193, 141, 241) |
| HSL | hsl(271, 78%, 75%) |
| CMYK | cmyk(20%, 42%, 0%, 6%) |
| LAB | lab(67.1 38.4 -42.9) |
| LCH | lch(67.1 57.6 311.8) |
| OKLCH | oklch(0.732 0.149 307.0) |
Copy-ready code
/* CSS */
color: #c18df1;
background-color: #c18df1;
/* Tailwind (arbitrary) */
class="text-[#c18df1] bg-[#c18df1]"
/* SCSS */
$brand: #c18df1;
/* SwiftUI */
Color(red: 0.757, green: 0.553, blue: 0.945)
/* Android */
Color.parseColor("#c18df1")Accessibility — WCAG contrast
Aa
#c18df1 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c18df1 on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green55.3%
Blue94.5%
CMYK percentages
Cyan19.9%
Magenta41.5%
Yellow0.0%
Key (black)5.5%
Color previews
#c18df1 text on a black background
contrast 8.35:1
Card sample
#c18df1 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18df1;
Background color
Panel with #c18df1 background
background-color: #c18df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 141, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 141, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18df1; background: linear-gradient(135deg, #c18df1, #F18DDE);