#c18bdf
a light, vivid violet · warm · closest name: plum
RGB
193, 139, 223
HSL
279°, 57%, 71%
CMYK
14, 38, 0, 13
Luminance
0.3513
Every format
| HEX | #c18bdf |
| RGB | rgb(193, 139, 223) |
| HSL | hsl(279, 57%, 71%) |
| CMYK | cmyk(14%, 38%, 0%, 13%) |
| LAB | lab(65.8 35.6 -34.9) |
| LCH | lch(65.8 49.8 315.5) |
| OKLCH | oklch(0.720 0.131 312.9) |
Copy-ready code
/* CSS */
color: #c18bdf;
background-color: #c18bdf;
/* Tailwind (arbitrary) */
class="text-[#c18bdf] bg-[#c18bdf]"
/* SCSS */
$brand: #c18bdf;
/* SwiftUI */
Color(red: 0.757, green: 0.545, blue: 0.875)
/* Android */
Color.parseColor("#c18bdf")Accessibility — WCAG contrast
Aa
#c18bdf on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c18bdf on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green54.5%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta37.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c18bdf text on a black background
contrast 8.03:1
Card sample
#c18bdf text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18bdf;
Background color
Panel with #c18bdf background
background-color: #c18bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 139, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 139, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18bdf; background: linear-gradient(135deg, #c18bdf, #DF8BC5);