#c10965
a dark, electric magenta / pink · warm · closest name: crimson
RGB
193, 9, 101
HSL
330°, 91%, 40%
CMYK
0, 95, 48, 24
Luminance
0.1247
Every format
| HEX | #c10965 |
| RGB | rgb(193, 9, 101) |
| HSL | hsl(330, 91%, 40%) |
| CMYK | cmyk(0%, 95%, 48%, 24%) |
| LAB | lab(42.0 68.1 0.4) |
| LCH | lch(42.0 68.1 0.3) |
| OKLCH | oklch(0.527 0.210 0.5) |
Copy-ready code
/* CSS */
color: #c10965;
background-color: #c10965;
/* Tailwind (arbitrary) */
class="text-[#c10965] bg-[#c10965]"
/* SCSS */
$brand: #c10965;
/* SwiftUI */
Color(red: 0.757, green: 0.035, blue: 0.396)
/* Android */
Color.parseColor("#c10965")Accessibility — WCAG contrast
Aa
#c10965 on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c10965 on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green3.5%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow47.7%
Key (black)24.3%
Color previews
#c10965 text on a black background
contrast 3.49:1
Card sample
#c10965 text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c10965;
Background color
Panel with #c10965 background
background-color: #c10965;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c10965;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 9, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 9, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c10965; background: linear-gradient(135deg, #c10965, #C12809);