#c181eb
a light, vivid violet · warm · closest name: orchid
RGB
193, 129, 235
HSL
276°, 73%, 71%
CMYK
18, 45, 0, 8
Luminance
0.3304
Every format
| HEX | #c181eb |
| RGB | rgb(193, 129, 235) |
| HSL | hsl(276, 73%, 71%) |
| CMYK | cmyk(18%, 45%, 0%, 8%) |
| LAB | lab(64.2 43.6 -44.1) |
| LCH | lch(64.2 62.0 314.6) |
| OKLCH | oklch(0.709 0.162 310.7) |
Copy-ready code
/* CSS */
color: #c181eb;
background-color: #c181eb;
/* Tailwind (arbitrary) */
class="text-[#c181eb] bg-[#c181eb]"
/* SCSS */
$brand: #c181eb;
/* SwiftUI */
Color(red: 0.757, green: 0.506, blue: 0.922)
/* Android */
Color.parseColor("#c181eb")Accessibility — WCAG contrast
Aa
#c181eb on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c181eb on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green50.6%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta45.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c181eb text on a black background
contrast 7.61:1
Card sample
#c181eb text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c181eb;
Background color
Panel with #c181eb background
background-color: #c181eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c181eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 129, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 129, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c181eb; background: linear-gradient(135deg, #c181eb, #EB81CE);