#c18ce6
a light, vivid violet · warm · closest name: plum
RGB
193, 140, 230
HSL
275°, 64%, 73%
CMYK
16, 39, 0, 10
Luminance
0.3581
Every format
| HEX | #c18ce6 |
| RGB | rgb(193, 140, 230) |
| HSL | hsl(275, 64%, 73%) |
| CMYK | cmyk(16%, 39%, 0%, 10%) |
| LAB | lab(66.4 36.5 -38.0) |
| LCH | lch(66.4 52.7 313.9) |
| OKLCH | oklch(0.725 0.138 310.4) |
Copy-ready code
/* CSS */
color: #c18ce6;
background-color: #c18ce6;
/* Tailwind (arbitrary) */
class="text-[#c18ce6] bg-[#c18ce6]"
/* SCSS */
$brand: #c18ce6;
/* SwiftUI */
Color(red: 0.757, green: 0.549, blue: 0.902)
/* Android */
Color.parseColor("#c18ce6")Accessibility — WCAG contrast
Aa
#c18ce6 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c18ce6 on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green54.9%
Blue90.2%
CMYK percentages
Cyan16.1%
Magenta39.1%
Yellow0.0%
Key (black)9.8%
Color previews
#c18ce6 text on a black background
contrast 8.16:1
Card sample
#c18ce6 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18ce6;
Background color
Panel with #c18ce6 background
background-color: #c18ce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18ce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 140, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 140, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18ce6; background: linear-gradient(135deg, #c18ce6, #E68CCF);