#c18ceb
a light, vivid violet · warm · closest name: orchid
RGB
193, 140, 235
HSL
274°, 70%, 74%
CMYK
18, 40, 0, 8
Luminance
0.3609
Every format
| HEX | #c18ceb |
| RGB | rgb(193, 140, 235) |
| HSL | hsl(274, 70%, 74%) |
| CMYK | cmyk(18%, 40%, 0%, 8%) |
| LAB | lab(66.6 37.6 -40.4) |
| LCH | lch(66.6 55.2 313.0) |
| OKLCH | oklch(0.727 0.144 308.9) |
Copy-ready code
/* CSS */
color: #c18ceb;
background-color: #c18ceb;
/* Tailwind (arbitrary) */
class="text-[#c18ceb] bg-[#c18ceb]"
/* SCSS */
$brand: #c18ceb;
/* SwiftUI */
Color(red: 0.757, green: 0.549, blue: 0.922)
/* Android */
Color.parseColor("#c18ceb")Accessibility — WCAG contrast
Aa
#c18ceb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c18ceb on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green54.9%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta40.4%
Yellow0.0%
Key (black)7.8%
Color previews
#c18ceb text on a black background
contrast 8.22:1
Card sample
#c18ceb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18ceb;
Background color
Panel with #c18ceb background
background-color: #c18ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 140, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 140, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18ceb; background: linear-gradient(135deg, #c18ceb, #EB8CD6);