#c109f3
a balanced, electric violet · warm · closest name: magenta
RGB
193, 9, 243
HSL
287°, 93%, 49%
CMYK
21, 96, 0, 5
Luminance
0.1800
Every format
| HEX | #c109f3 |
| RGB | rgb(193, 9, 243) |
| HSL | hsl(287, 93%, 49%) |
| CMYK | cmyk(21%, 96%, 0%, 5%) |
| LAB | lab(49.5 86.9 -72.1) |
| LCH | lch(49.5 112.9 320.3) |
| OKLCH | oklch(0.605 0.293 316.0) |
Copy-ready code
/* CSS */
color: #c109f3;
background-color: #c109f3;
/* Tailwind (arbitrary) */
class="text-[#c109f3] bg-[#c109f3]"
/* SCSS */
$brand: #c109f3;
/* SwiftUI */
Color(red: 0.757, green: 0.035, blue: 0.953)
/* Android */
Color.parseColor("#c109f3")Accessibility — WCAG contrast
Aa
#c109f3 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c109f3 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green3.5%
Blue95.3%
CMYK percentages
Cyan20.6%
Magenta96.3%
Yellow0.0%
Key (black)4.7%
Color previews
#c109f3 text on a black background
contrast 4.60:1
Card sample
#c109f3 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c109f3;
Background color
Panel with #c109f3 background
background-color: #c109f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c109f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 9, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 9, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c109f3; background: linear-gradient(135deg, #c109f3, #F30989);