#c18ce1
a light, vivid violet · warm · closest name: plum
RGB
193, 140, 225
HSL
277°, 59%, 72%
CMYK
14, 38, 0, 12
Luminance
0.3553
Every format
| HEX | #c18ce1 |
| RGB | rgb(193, 140, 225) |
| HSL | hsl(277, 59%, 72%) |
| CMYK | cmyk(14%, 38%, 0%, 12%) |
| LAB | lab(66.2 35.4 -35.5) |
| LCH | lch(66.2 50.2 314.9) |
| OKLCH | oklch(0.723 0.132 312.0) |
Copy-ready code
/* CSS */
color: #c18ce1;
background-color: #c18ce1;
/* Tailwind (arbitrary) */
class="text-[#c18ce1] bg-[#c18ce1]"
/* SCSS */
$brand: #c18ce1;
/* SwiftUI */
Color(red: 0.757, green: 0.549, blue: 0.882)
/* Android */
Color.parseColor("#c18ce1")Accessibility — WCAG contrast
Aa
#c18ce1 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c18ce1 on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green54.9%
Blue88.2%
CMYK percentages
Cyan14.2%
Magenta37.8%
Yellow0.0%
Key (black)11.8%
Color previews
#c18ce1 text on a black background
contrast 8.11:1
Card sample
#c18ce1 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18ce1;
Background color
Panel with #c18ce1 background
background-color: #c18ce1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18ce1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 140, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 140, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18ce1; background: linear-gradient(135deg, #c18ce1, #E18CC8);