#c18cee
a light, vivid violet · warm · closest name: orchid
RGB
193, 140, 238
HSL
272°, 74%, 74%
CMYK
19, 41, 0, 7
Luminance
0.3627
Every format
| HEX | #c18cee |
| RGB | rgb(193, 140, 238) |
| HSL | hsl(272, 74%, 74%) |
| CMYK | cmyk(19%, 41%, 0%, 7%) |
| LAB | lab(66.7 38.3 -41.8) |
| LCH | lch(66.7 56.7 312.5) |
| OKLCH | oklch(0.729 0.147 308.0) |
Copy-ready code
/* CSS */
color: #c18cee;
background-color: #c18cee;
/* Tailwind (arbitrary) */
class="text-[#c18cee] bg-[#c18cee]"
/* SCSS */
$brand: #c18cee;
/* SwiftUI */
Color(red: 0.757, green: 0.549, blue: 0.933)
/* Android */
Color.parseColor("#c18cee")Accessibility — WCAG contrast
Aa
#c18cee on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c18cee on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green54.9%
Blue93.3%
CMYK percentages
Cyan18.9%
Magenta41.2%
Yellow0.0%
Key (black)6.7%
Color previews
#c18cee text on a black background
contrast 8.25:1
Card sample
#c18cee text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18cee;
Background color
Panel with #c18cee background
background-color: #c18cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 140, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 140, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18cee; background: linear-gradient(135deg, #c18cee, #EE8CDA);