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