#c18df0
a light, electric violet · warm · closest name: violet
RGB
193, 141, 240
HSL
272°, 77%, 75%
CMYK
20, 41, 0, 6
Luminance
0.3668
Every format
| HEX | #c18df0 |
| RGB | rgb(193, 141, 240) |
| HSL | hsl(272, 77%, 75%) |
| CMYK | cmyk(20%, 41%, 0%, 6%) |
| LAB | lab(67.0 38.1 -42.4) |
| LCH | lch(67.0 57.1 312.0) |
| OKLCH | oklch(0.731 0.148 307.3) |
Copy-ready code
/* CSS */
color: #c18df0;
background-color: #c18df0;
/* Tailwind (arbitrary) */
class="text-[#c18df0] bg-[#c18df0]"
/* SCSS */
$brand: #c18df0;
/* SwiftUI */
Color(red: 0.757, green: 0.553, blue: 0.941)
/* Android */
Color.parseColor("#c18df0")Accessibility — WCAG contrast
Aa
#c18df0 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c18df0 on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green55.3%
Blue94.1%
CMYK percentages
Cyan19.6%
Magenta41.3%
Yellow0.0%
Key (black)5.9%
Color previews
#c18df0 text on a black background
contrast 8.34:1
Card sample
#c18df0 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18df0;
Background color
Panel with #c18df0 background
background-color: #c18df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 141, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 141, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18df0; background: linear-gradient(135deg, #c18df0, #F08DDD);