#c159eb
a balanced, electric violet · warm · closest name: orchid
RGB
193, 89, 235
HSL
283°, 79%, 64%
CMYK
18, 62, 0, 8
Luminance
0.2448
Every format
| HEX | #c159eb |
| RGB | rgb(193, 89, 235) |
| HSL | hsl(283, 79%, 64%) |
| CMYK | cmyk(18%, 62%, 0%, 8%) |
| LAB | lab(56.6 63.6 -56.2) |
| LCH | lch(56.6 84.9 318.5) |
| OKLCH | oklch(0.653 0.223 314.9) |
Copy-ready code
/* CSS */
color: #c159eb;
background-color: #c159eb;
/* Tailwind (arbitrary) */
class="text-[#c159eb] bg-[#c159eb]"
/* SCSS */
$brand: #c159eb;
/* SwiftUI */
Color(red: 0.757, green: 0.349, blue: 0.922)
/* Android */
Color.parseColor("#c159eb")Accessibility — WCAG contrast
Aa
#c159eb on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c159eb on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green34.9%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta62.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c159eb text on a black background
contrast 5.90:1
Card sample
#c159eb text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c159eb;
Background color
Panel with #c159eb background
background-color: #c159eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c159eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 89, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 89, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c159eb; background: linear-gradient(135deg, #c159eb, #EB59B4);