#c129af
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
193, 41, 175
HSL
307°, 65%, 46%
CMYK
0, 79, 9, 24
Luminance
0.1602
Every format
| HEX | #c129af |
| RGB | rgb(193, 41, 175) |
| HSL | hsl(307, 65%, 46%) |
| CMYK | cmyk(0%, 79%, 9%, 24%) |
| LAB | lab(47.0 70.8 -37.0) |
| LCH | lch(47.0 79.9 332.4) |
| OKLCH | oklch(0.574 0.229 333.7) |
Copy-ready code
/* CSS */
color: #c129af;
background-color: #c129af;
/* Tailwind (arbitrary) */
class="text-[#c129af] bg-[#c129af]"
/* SCSS */
$brand: #c129af;
/* SwiftUI */
Color(red: 0.757, green: 0.161, blue: 0.686)
/* Android */
Color.parseColor("#c129af")Accessibility — WCAG contrast
Aa
#c129af on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c129af on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green16.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta78.8%
Yellow9.3%
Key (black)24.3%
Color previews
#c129af text on a black background
contrast 4.20:1
Card sample
#c129af text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c129af;
Background color
Panel with #c129af background
background-color: #c129af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c129af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 41, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 41, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c129af; background: linear-gradient(135deg, #c129af, #C1294A);