#c18ccf
a light, soft violet · warm · closest name: plum
RGB
193, 140, 207
HSL
288°, 41%, 68%
CMYK
7, 32, 0, 19
Luminance
0.3460
Every format
| HEX | #c18ccf |
| RGB | rgb(193, 140, 207) |
| HSL | hsl(288, 41%, 68%) |
| CMYK | cmyk(7%, 32%, 0%, 19%) |
| LAB | lab(65.4 31.7 -26.6) |
| LCH | lch(65.4 41.4 320.0) |
| OKLCH | oklch(0.715 0.111 319.1) |
Copy-ready code
/* CSS */
color: #c18ccf;
background-color: #c18ccf;
/* Tailwind (arbitrary) */
class="text-[#c18ccf] bg-[#c18ccf]"
/* SCSS */
$brand: #c18ccf;
/* SwiftUI */
Color(red: 0.757, green: 0.549, blue: 0.812)
/* Android */
Color.parseColor("#c18ccf")Accessibility — WCAG contrast
Aa
#c18ccf on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c18ccf on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green54.9%
Blue81.2%
CMYK percentages
Cyan6.8%
Magenta32.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c18ccf text on a black background
contrast 7.92:1
Card sample
#c18ccf text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18ccf;
Background color
Panel with #c18ccf background
background-color: #c18ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 140, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 140, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18ccf; background: linear-gradient(135deg, #c18ccf, #CF8CB0);