#c18fdf
a light, vivid violet · warm · closest name: plum
RGB
193, 143, 223
HSL
278°, 56%, 72%
CMYK
14, 36, 0, 13
Luminance
0.3631
Every format
| HEX | #c18fdf |
| RGB | rgb(193, 143, 223) |
| HSL | hsl(278, 56%, 72%) |
| CMYK | cmyk(14%, 36%, 0%, 13%) |
| LAB | lab(66.8 33.4 -33.5) |
| LCH | lch(66.8 47.3 314.9) |
| OKLCH | oklch(0.727 0.124 312.1) |
Copy-ready code
/* CSS */
color: #c18fdf;
background-color: #c18fdf;
/* Tailwind (arbitrary) */
class="text-[#c18fdf] bg-[#c18fdf]"
/* SCSS */
$brand: #c18fdf;
/* SwiftUI */
Color(red: 0.757, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#c18fdf")Accessibility — WCAG contrast
Aa
#c18fdf on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c18fdf on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green56.1%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c18fdf text on a black background
contrast 8.26:1
Card sample
#c18fdf text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18fdf;
Background color
Panel with #c18fdf background
background-color: #c18fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18fdf; background: linear-gradient(135deg, #c18fdf, #DF8FC8);