#c104f5
a balanced, electric violet · warm · closest name: magenta
RGB
193, 4, 245
HSL
287°, 97%, 49%
CMYK
21, 98, 0, 4
Luminance
0.1802
Every format
| HEX | #c104f5 |
| RGB | rgb(193, 4, 245) |
| HSL | hsl(287, 97%, 49%) |
| CMYK | cmyk(21%, 98%, 0%, 4%) |
| LAB | lab(49.5 87.6 -73.2) |
| LCH | lch(49.5 114.2 320.1) |
| OKLCH | oklch(0.605 0.296 315.6) |
Copy-ready code
/* CSS */
color: #c104f5;
background-color: #c104f5;
/* Tailwind (arbitrary) */
class="text-[#c104f5] bg-[#c104f5]"
/* SCSS */
$brand: #c104f5;
/* SwiftUI */
Color(red: 0.757, green: 0.016, blue: 0.961)
/* Android */
Color.parseColor("#c104f5")Accessibility — WCAG contrast
Aa
#c104f5 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c104f5 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green1.6%
Blue96.1%
CMYK percentages
Cyan21.2%
Magenta98.4%
Yellow0.0%
Key (black)3.9%
Color previews
#c104f5 text on a black background
contrast 4.60:1
Card sample
#c104f5 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c104f5;
Background color
Panel with #c104f5 background
background-color: #c104f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c104f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 4, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 4, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c104f5; background: linear-gradient(135deg, #c104f5, #F50488);