#c18ccc
a light, soft violet · warm · closest name: plum
RGB
193, 140, 204
HSL
290°, 39%, 68%
CMYK
5, 31, 0, 20
Luminance
0.3445
Every format
| HEX | #c18ccc |
| RGB | rgb(193, 140, 204) |
| HSL | hsl(290, 39%, 68%) |
| CMYK | cmyk(5%, 31%, 0%, 20%) |
| LAB | lab(65.3 31.1 -25.1) |
| LCH | lch(65.3 40.0 321.1) |
| OKLCH | oklch(0.713 0.108 320.5) |
Copy-ready code
/* CSS */
color: #c18ccc;
background-color: #c18ccc;
/* Tailwind (arbitrary) */
class="text-[#c18ccc] bg-[#c18ccc]"
/* SCSS */
$brand: #c18ccc;
/* SwiftUI */
Color(red: 0.757, green: 0.549, blue: 0.800)
/* Android */
Color.parseColor("#c18ccc")Accessibility — WCAG contrast
Aa
#c18ccc on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c18ccc on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green54.9%
Blue80.0%
CMYK percentages
Cyan5.4%
Magenta31.4%
Yellow0.0%
Key (black)20.0%
Color previews
#c18ccc text on a black background
contrast 7.89:1
Card sample
#c18ccc text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18ccc;
Background color
Panel with #c18ccc background
background-color: #c18ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 140, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 140, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18ccc; background: linear-gradient(135deg, #c18ccc, #CC8CAC);