#c12eb2
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
193, 46, 178
HSL
306°, 62%, 47%
CMYK
0, 76, 8, 24
Luminance
0.1651
Every format
| HEX | #c12eb2 |
| RGB | rgb(193, 46, 178) |
| HSL | hsl(306, 62%, 47%) |
| CMYK | cmyk(0%, 76%, 8%, 24%) |
| LAB | lab(47.6 69.9 -37.8) |
| LCH | lch(47.6 79.5 331.6) |
| OKLCH | oklch(0.579 0.227 332.7) |
Copy-ready code
/* CSS */
color: #c12eb2;
background-color: #c12eb2;
/* Tailwind (arbitrary) */
class="text-[#c12eb2] bg-[#c12eb2]"
/* SCSS */
$brand: #c12eb2;
/* SwiftUI */
Color(red: 0.757, green: 0.180, blue: 0.698)
/* Android */
Color.parseColor("#c12eb2")Accessibility — WCAG contrast
Aa
#c12eb2 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c12eb2 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green18.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow7.8%
Key (black)24.3%
Color previews
#c12eb2 text on a black background
contrast 4.30:1
Card sample
#c12eb2 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c12eb2;
Background color
Panel with #c12eb2 background
background-color: #c12eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c12eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 46, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 46, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c12eb2; background: linear-gradient(135deg, #c12eb2, #C12E50);