#c3104f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
195, 16, 79
HSL
339°, 85%, 41%
CMYK
0, 92, 60, 24
Luminance
0.1254
Every format
| HEX | #c3104f |
| RGB | rgb(195, 16, 79) |
| HSL | hsl(339, 85%, 41%) |
| CMYK | cmyk(0%, 92%, 60%, 24%) |
| LAB | lab(42.1 66.2 14.5) |
| LCH | lch(42.1 67.8 12.3) |
| OKLCH | oklch(0.527 0.204 10.2) |
Copy-ready code
/* CSS */
color: #c3104f;
background-color: #c3104f;
/* Tailwind (arbitrary) */
class="text-[#c3104f] bg-[#c3104f]"
/* SCSS */
$brand: #c3104f;
/* SwiftUI */
Color(red: 0.765, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#c3104f")Accessibility — WCAG contrast
Aa
#c3104f on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c3104f on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta91.8%
Yellow59.5%
Key (black)23.5%
Color previews
#c3104f text on a black background
contrast 3.51:1
Card sample
#c3104f text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3104f;
Background color
Panel with #c3104f background
background-color: #c3104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3104f; background: linear-gradient(135deg, #c3104f, #C34810);