#c1237b
a dark, vivid magenta / pink · warm · closest name: purple
RGB
193, 35, 123
HSL
327°, 69%, 45%
CMYK
0, 82, 36, 24
Luminance
0.1397
Every format
| HEX | #c1237b |
| RGB | rgb(193, 35, 123) |
| HSL | hsl(327, 69%, 45%) |
| CMYK | cmyk(0%, 82%, 36%, 24%) |
| LAB | lab(44.2 65.8 -10.0) |
| LCH | lch(44.2 66.6 351.4) |
| OKLCH | oklch(0.546 0.204 352.8) |
Copy-ready code
/* CSS */
color: #c1237b;
background-color: #c1237b;
/* Tailwind (arbitrary) */
class="text-[#c1237b] bg-[#c1237b]"
/* SCSS */
$brand: #c1237b;
/* SwiftUI */
Color(red: 0.757, green: 0.137, blue: 0.482)
/* Android */
Color.parseColor("#c1237b")Accessibility — WCAG contrast
Aa
#c1237b on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c1237b on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green13.7%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta81.9%
Yellow36.3%
Key (black)24.3%
Color previews
#c1237b text on a black background
contrast 3.79:1
Card sample
#c1237b text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1237b;
Background color
Panel with #c1237b background
background-color: #c1237b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1237b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 35, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 35, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1237b; background: linear-gradient(135deg, #c1237b, #C13423);