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