#c189eb
a light, vivid violet · warm · closest name: orchid
RGB
193, 137, 235
HSL
274°, 71%, 73%
CMYK
18, 42, 0, 8
Luminance
0.3523
Every format
| HEX | #c189eb |
| RGB | rgb(193, 137, 235) |
| HSL | hsl(274, 71%, 73%) |
| CMYK | cmyk(18%, 42%, 0%, 8%) |
| LAB | lab(65.9 39.2 -41.4) |
| LCH | lch(65.9 57.1 313.5) |
| OKLCH | oklch(0.722 0.149 309.4) |
Copy-ready code
/* CSS */
color: #c189eb;
background-color: #c189eb;
/* Tailwind (arbitrary) */
class="text-[#c189eb] bg-[#c189eb]"
/* SCSS */
$brand: #c189eb;
/* SwiftUI */
Color(red: 0.757, green: 0.537, blue: 0.922)
/* Android */
Color.parseColor("#c189eb")Accessibility — WCAG contrast
Aa
#c189eb on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c189eb on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green53.7%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta41.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c189eb text on a black background
contrast 8.05:1
Card sample
#c189eb text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c189eb;
Background color
Panel with #c189eb background
background-color: #c189eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c189eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 137, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 137, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c189eb; background: linear-gradient(135deg, #c189eb, #EB89D4);