#c109fd
a balanced, electric violet · warm · closest name: magenta
RGB
193, 9, 253
HSL
285°, 98%, 51%
CMYK
24, 96, 0, 1
Luminance
0.1862
Every format
| HEX | #c109fd |
| RGB | rgb(193, 9, 253) |
| HSL | hsl(285, 98%, 51%) |
| CMYK | cmyk(24%, 96%, 0%, 1%) |
| LAB | lab(50.3 88.6 -76.5) |
| LCH | lch(50.3 117.0 319.2) |
| OKLCH | oklch(0.612 0.300 313.8) |
Copy-ready code
/* CSS */
color: #c109fd;
background-color: #c109fd;
/* Tailwind (arbitrary) */
class="text-[#c109fd] bg-[#c109fd]"
/* SCSS */
$brand: #c109fd;
/* SwiftUI */
Color(red: 0.757, green: 0.035, blue: 0.992)
/* Android */
Color.parseColor("#c109fd")Accessibility — WCAG contrast
Aa
#c109fd on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c109fd on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green3.5%
Blue99.2%
CMYK percentages
Cyan23.7%
Magenta96.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c109fd text on a black background
contrast 4.72:1
Card sample
#c109fd text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c109fd;
Background color
Panel with #c109fd background
background-color: #c109fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c109fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 9, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 9, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c109fd; background: linear-gradient(135deg, #c109fd, #FD0997);