#c40c63
a dark, electric magenta / pink · warm · closest name: crimson
RGB
196, 12, 99
HSL
332°, 89%, 41%
CMYK
0, 94, 50, 23
Luminance
0.1290
Every format
| HEX | #c40c63 |
| RGB | rgb(196, 12, 99) |
| HSL | hsl(332, 89%, 41%) |
| CMYK | cmyk(0%, 94%, 50%, 23%) |
| LAB | lab(42.6 68.3 2.7) |
| LCH | lch(42.6 68.4 2.2) |
| OKLCH | oklch(0.533 0.210 2.0) |
Copy-ready code
/* CSS */
color: #c40c63;
background-color: #c40c63;
/* Tailwind (arbitrary) */
class="text-[#c40c63] bg-[#c40c63]"
/* SCSS */
$brand: #c40c63;
/* SwiftUI */
Color(red: 0.769, green: 0.047, blue: 0.388)
/* Android */
Color.parseColor("#c40c63")Accessibility — WCAG contrast
Aa
#c40c63 on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c40c63 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green4.7%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta93.9%
Yellow49.5%
Key (black)23.1%
Color previews
#c40c63 text on a black background
contrast 3.58:1
Card sample
#c40c63 text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c40c63;
Background color
Panel with #c40c63 background
background-color: #c40c63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c40c63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 12, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 12, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c40c63; background: linear-gradient(135deg, #c40c63, #C4300C);