#c18be8
a light, vivid violet · warm · closest name: orchid
RGB
193, 139, 232
HSL
275°, 67%, 73%
CMYK
17, 40, 0, 9
Luminance
0.3563
Every format
| HEX | #c18be8 |
| RGB | rgb(193, 139, 232) |
| HSL | hsl(275, 67%, 73%) |
| CMYK | cmyk(17%, 40%, 0%, 9%) |
| LAB | lab(66.2 37.5 -39.3) |
| LCH | lch(66.2 54.3 313.7) |
| OKLCH | oklch(0.724 0.142 309.9) |
Copy-ready code
/* CSS */
color: #c18be8;
background-color: #c18be8;
/* Tailwind (arbitrary) */
class="text-[#c18be8] bg-[#c18be8]"
/* SCSS */
$brand: #c18be8;
/* SwiftUI */
Color(red: 0.757, green: 0.545, blue: 0.910)
/* Android */
Color.parseColor("#c18be8")Accessibility — WCAG contrast
Aa
#c18be8 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c18be8 on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green54.5%
Blue91.0%
CMYK percentages
Cyan16.8%
Magenta40.1%
Yellow0.0%
Key (black)9.0%
Color previews
#c18be8 text on a black background
contrast 8.13:1
Card sample
#c18be8 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18be8;
Background color
Panel with #c18be8 background
background-color: #c18be8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18be8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 139, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 139, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18be8; background: linear-gradient(135deg, #c18be8, #E88BD1);