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