#c18ce0
a light, vivid violet · warm · closest name: plum
RGB
193, 140, 224
HSL
278°, 58%, 71%
CMYK
14, 38, 0, 12
Luminance
0.3548
Every format
| HEX | #c18ce0 |
| RGB | rgb(193, 140, 224) |
| HSL | hsl(278, 58%, 71%) |
| CMYK | cmyk(14%, 38%, 0%, 12%) |
| LAB | lab(66.1 35.2 -35.0) |
| LCH | lch(66.1 49.7 315.2) |
| OKLCH | oklch(0.722 0.131 312.3) |
Copy-ready code
/* CSS */
color: #c18ce0;
background-color: #c18ce0;
/* Tailwind (arbitrary) */
class="text-[#c18ce0] bg-[#c18ce0]"
/* SCSS */
$brand: #c18ce0;
/* SwiftUI */
Color(red: 0.757, green: 0.549, blue: 0.878)
/* Android */
Color.parseColor("#c18ce0")Accessibility — WCAG contrast
Aa
#c18ce0 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c18ce0 on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green54.9%
Blue87.8%
CMYK percentages
Cyan13.8%
Magenta37.5%
Yellow0.0%
Key (black)12.2%
Color previews
#c18ce0 text on a black background
contrast 8.10:1
Card sample
#c18ce0 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18ce0;
Background color
Panel with #c18ce0 background
background-color: #c18ce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18ce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 140, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 140, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18ce0; background: linear-gradient(135deg, #c18ce0, #E08CC7);