#c124cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
193, 36, 207
HSL
295°, 70%, 48%
CMYK
7, 83, 0, 19
Luminance
0.1710
Every format
| HEX | #c124cf |
| RGB | rgb(193, 36, 207) |
| HSL | hsl(295, 70%, 48%) |
| CMYK | cmyk(7%, 83%, 0%, 19%) |
| LAB | lab(48.4 77.0 -53.4) |
| LCH | lch(48.4 93.7 325.2) |
| OKLCH | oklch(0.589 0.256 324.3) |
Copy-ready code
/* CSS */
color: #c124cf;
background-color: #c124cf;
/* Tailwind (arbitrary) */
class="text-[#c124cf] bg-[#c124cf]"
/* SCSS */
$brand: #c124cf;
/* SwiftUI */
Color(red: 0.757, green: 0.141, blue: 0.812)
/* Android */
Color.parseColor("#c124cf")Accessibility — WCAG contrast
Aa
#c124cf on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c124cf on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green14.1%
Blue81.2%
CMYK percentages
Cyan6.8%
Magenta82.6%
Yellow0.0%
Key (black)18.8%
Color previews
#c124cf text on a black background
contrast 4.42:1
Card sample
#c124cf text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c124cf;
Background color
Panel with #c124cf background
background-color: #c124cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c124cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 36, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 36, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c124cf; background: linear-gradient(135deg, #c124cf, #CF246B);