#c136da
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
193, 54, 218
HSL
291°, 69%, 53%
CMYK
12, 75, 0, 15
Luminance
0.1904
Every format
| HEX | #c136da |
| RGB | rgb(193, 54, 218) |
| HSL | hsl(291, 69%, 53%) |
| CMYK | cmyk(12%, 75%, 0%, 15%) |
| LAB | lab(50.7 74.0 -56.0) |
| LCH | lch(50.7 92.8 322.9) |
| OKLCH | oklch(0.608 0.249 321.0) |
Copy-ready code
/* CSS */
color: #c136da;
background-color: #c136da;
/* Tailwind (arbitrary) */
class="text-[#c136da] bg-[#c136da]"
/* SCSS */
$brand: #c136da;
/* SwiftUI */
Color(red: 0.757, green: 0.212, blue: 0.855)
/* Android */
Color.parseColor("#c136da")Accessibility — WCAG contrast
Aa
#c136da on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c136da on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green21.2%
Blue85.5%
CMYK percentages
Cyan11.5%
Magenta75.2%
Yellow0.0%
Key (black)14.5%
Color previews
#c136da text on a black background
contrast 4.81:1
Card sample
#c136da text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c136da;
Background color
Panel with #c136da background
background-color: #c136da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c136da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 54, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 54, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c136da; background: linear-gradient(135deg, #c136da, #DA3685);