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