#c136af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
193, 54, 175
HSL
308°, 56%, 48%
CMYK
0, 72, 9, 24
Luminance
0.1707
Every format
| HEX | #c136af |
| RGB | rgb(193, 54, 175) |
| HSL | hsl(308, 56%, 48%) |
| CMYK | cmyk(0%, 72%, 9%, 24%) |
| LAB | lab(48.4 67.0 -34.9) |
| LCH | lch(48.4 75.5 332.5) |
| OKLCH | oklch(0.583 0.216 333.8) |
Copy-ready code
/* CSS */
color: #c136af;
background-color: #c136af;
/* Tailwind (arbitrary) */
class="text-[#c136af] bg-[#c136af]"
/* SCSS */
$brand: #c136af;
/* SwiftUI */
Color(red: 0.757, green: 0.212, blue: 0.686)
/* Android */
Color.parseColor("#c136af")Accessibility — WCAG contrast
Aa
#c136af on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c136af on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green21.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow9.3%
Key (black)24.3%
Color previews
#c136af text on a black background
contrast 4.41:1
Card sample
#c136af text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c136af;
Background color
Panel with #c136af background
background-color: #c136af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c136af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 54, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 54, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c136af; background: linear-gradient(135deg, #c136af, #C13652);