#c109eb
a balanced, electric violet · warm · closest name: magenta
RGB
193, 9, 235
HSL
289°, 93%, 48%
CMYK
18, 96, 0, 8
Luminance
0.1753
Every format
| HEX | #c109eb |
| RGB | rgb(193, 9, 235) |
| HSL | hsl(289, 93%, 48%) |
| CMYK | cmyk(18%, 96%, 0%, 8%) |
| LAB | lab(48.9 85.5 -68.5) |
| LCH | lch(48.9 109.6 321.3) |
| OKLCH | oklch(0.599 0.288 317.7) |
Copy-ready code
/* CSS */
color: #c109eb;
background-color: #c109eb;
/* Tailwind (arbitrary) */
class="text-[#c109eb] bg-[#c109eb]"
/* SCSS */
$brand: #c109eb;
/* SwiftUI */
Color(red: 0.757, green: 0.035, blue: 0.922)
/* Android */
Color.parseColor("#c109eb")Accessibility — WCAG contrast
Aa
#c109eb on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c109eb on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green3.5%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta96.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c109eb text on a black background
contrast 4.51:1
Card sample
#c109eb text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c109eb;
Background color
Panel with #c109eb background
background-color: #c109eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c109eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 9, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 9, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c109eb; background: linear-gradient(135deg, #c109eb, #EB097E);