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