#c18ce9
a light, vivid violet · warm · closest name: orchid
RGB
193, 140, 233
HSL
274°, 68%, 73%
CMYK
17, 40, 0, 9
Luminance
0.3598
Every format
| HEX | #c18ce9 |
| RGB | rgb(193, 140, 233) |
| HSL | hsl(274, 68%, 73%) |
| CMYK | cmyk(17%, 40%, 0%, 9%) |
| LAB | lab(66.5 37.2 -39.4) |
| LCH | lch(66.5 54.2 313.3) |
| OKLCH | oklch(0.726 0.141 309.5) |
Copy-ready code
/* CSS */
color: #c18ce9;
background-color: #c18ce9;
/* Tailwind (arbitrary) */
class="text-[#c18ce9] bg-[#c18ce9]"
/* SCSS */
$brand: #c18ce9;
/* SwiftUI */
Color(red: 0.757, green: 0.549, blue: 0.914)
/* Android */
Color.parseColor("#c18ce9")Accessibility — WCAG contrast
Aa
#c18ce9 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c18ce9 on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green54.9%
Blue91.4%
CMYK percentages
Cyan17.2%
Magenta39.9%
Yellow0.0%
Key (black)8.6%
Color previews
#c18ce9 text on a black background
contrast 8.20:1
Card sample
#c18ce9 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18ce9;
Background color
Panel with #c18ce9 background
background-color: #c18ce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18ce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 140, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 140, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18ce9; background: linear-gradient(135deg, #c18ce9, #E98CD3);