#c18bea
a light, vivid violet · warm · closest name: orchid
RGB
193, 139, 234
HSL
274°, 69%, 73%
CMYK
18, 41, 0, 8
Luminance
0.3574
Every format
| HEX | #c18bea |
| RGB | rgb(193, 139, 234) |
| HSL | hsl(274, 69%, 73%) |
| CMYK | cmyk(18%, 41%, 0%, 8%) |
| LAB | lab(66.3 37.9 -40.2) |
| LCH | lch(66.3 55.3 313.3) |
| OKLCH | oklch(0.725 0.144 309.3) |
Copy-ready code
/* CSS */
color: #c18bea;
background-color: #c18bea;
/* Tailwind (arbitrary) */
class="text-[#c18bea] bg-[#c18bea]"
/* SCSS */
$brand: #c18bea;
/* SwiftUI */
Color(red: 0.757, green: 0.545, blue: 0.918)
/* Android */
Color.parseColor("#c18bea")Accessibility — WCAG contrast
Aa
#c18bea on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c18bea on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green54.5%
Blue91.8%
CMYK percentages
Cyan17.5%
Magenta40.6%
Yellow0.0%
Key (black)8.2%
Color previews
#c18bea text on a black background
contrast 8.15:1
Card sample
#c18bea text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18bea;
Background color
Panel with #c18bea background
background-color: #c18bea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18bea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 139, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 139, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18bea; background: linear-gradient(135deg, #c18bea, #EA8BD4);