#c129cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
193, 41, 207
HSL
295°, 67%, 49%
CMYK
7, 80, 0, 19
Luminance
0.1743
Every format
| HEX | #c129cf |
| RGB | rgb(193, 41, 207) |
| HSL | hsl(295, 67%, 49%) |
| CMYK | cmyk(7%, 80%, 0%, 19%) |
| LAB | lab(48.8 75.8 -52.8) |
| LCH | lch(48.8 92.4 325.2) |
| OKLCH | oklch(0.592 0.252 324.2) |
Copy-ready code
/* CSS */
color: #c129cf;
background-color: #c129cf;
/* Tailwind (arbitrary) */
class="text-[#c129cf] bg-[#c129cf]"
/* SCSS */
$brand: #c129cf;
/* SwiftUI */
Color(red: 0.757, green: 0.161, blue: 0.812)
/* Android */
Color.parseColor("#c129cf")Accessibility — WCAG contrast
Aa
#c129cf on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c129cf on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green16.1%
Blue81.2%
CMYK percentages
Cyan6.8%
Magenta80.2%
Yellow0.0%
Key (black)18.8%
Color previews
#c129cf text on a black background
contrast 4.49:1
Card sample
#c129cf text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c129cf;
Background color
Panel with #c129cf background
background-color: #c129cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c129cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 41, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 41, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c129cf; background: linear-gradient(135deg, #c129cf, #CF296E);