#c112b3
a dark, electric magenta / pink · warm · closest name: purple
RGB
193, 18, 179
HSL
305°, 83%, 41%
CMYK
0, 91, 7, 24
Luminance
0.1502
Every format
| HEX | #c112b3 |
| RGB | rgb(193, 18, 179) |
| HSL | hsl(305, 83%, 41%) |
| CMYK | cmyk(0%, 91%, 7%, 24%) |
| LAB | lab(45.7 75.9 -41.5) |
| LCH | lch(45.7 86.5 331.4) |
| OKLCH | oklch(0.565 0.247 332.4) |
Copy-ready code
/* CSS */
color: #c112b3;
background-color: #c112b3;
/* Tailwind (arbitrary) */
class="text-[#c112b3] bg-[#c112b3]"
/* SCSS */
$brand: #c112b3;
/* SwiftUI */
Color(red: 0.757, green: 0.071, blue: 0.702)
/* Android */
Color.parseColor("#c112b3")Accessibility — WCAG contrast
Aa
#c112b3 on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c112b3 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green7.1%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta90.7%
Yellow7.3%
Key (black)24.3%
Color previews
#c112b3 text on a black background
contrast 4.00:1
Card sample
#c112b3 text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c112b3;
Background color
Panel with #c112b3 background
background-color: #c112b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c112b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 18, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 18, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c112b3; background: linear-gradient(135deg, #c112b3, #C1123E);