#c136ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
193, 54, 186
HSL
303°, 56%, 48%
CMYK
0, 72, 4, 24
Luminance
0.1752
Every format
| HEX | #c136ba |
| RGB | rgb(193, 54, 186) |
| HSL | hsl(303, 56%, 48%) |
| CMYK | cmyk(0%, 72%, 4%, 24%) |
| LAB | lab(48.9 68.7 -40.4) |
| LCH | lch(48.9 79.7 329.5) |
| OKLCH | oklch(0.589 0.224 330.2) |
Copy-ready code
/* CSS */
color: #c136ba;
background-color: #c136ba;
/* Tailwind (arbitrary) */
class="text-[#c136ba] bg-[#c136ba]"
/* SCSS */
$brand: #c136ba;
/* SwiftUI */
Color(red: 0.757, green: 0.212, blue: 0.729)
/* Android */
Color.parseColor("#c136ba")Accessibility — WCAG contrast
Aa
#c136ba on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c136ba on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green21.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow3.6%
Key (black)24.3%
Color previews
#c136ba text on a black background
contrast 4.50:1
Card sample
#c136ba text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c136ba;
Background color
Panel with #c136ba background
background-color: #c136ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c136ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 54, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 54, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c136ba; background: linear-gradient(135deg, #c136ba, #C1365D);