#c124f2
a balanced, electric violet · warm · closest name: magenta
RGB
193, 36, 242
HSL
286°, 89%, 55%
CMYK
20, 85, 0, 5
Luminance
0.1901
Every format
| HEX | #c124f2 |
| RGB | rgb(193, 36, 242) |
| HSL | hsl(286, 89%, 55%) |
| CMYK | cmyk(20%, 85%, 0%, 5%) |
| LAB | lab(50.7 82.9 -69.6) |
| LCH | lch(50.7 108.3 320.0) |
| OKLCH | oklch(0.613 0.282 315.7) |
Copy-ready code
/* CSS */
color: #c124f2;
background-color: #c124f2;
/* Tailwind (arbitrary) */
class="text-[#c124f2] bg-[#c124f2]"
/* SCSS */
$brand: #c124f2;
/* SwiftUI */
Color(red: 0.757, green: 0.141, blue: 0.949)
/* Android */
Color.parseColor("#c124f2")Accessibility — WCAG contrast
Aa
#c124f2 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c124f2 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green14.1%
Blue94.9%
CMYK percentages
Cyan20.2%
Magenta85.1%
Yellow0.0%
Key (black)5.1%
Color previews
#c124f2 text on a black background
contrast 4.80:1
Card sample
#c124f2 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c124f2;
Background color
Panel with #c124f2 background
background-color: #c124f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c124f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 36, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 36, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c124f2; background: linear-gradient(135deg, #c124f2, #F2249A);