#c71f63
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
199, 31, 99
HSL
336°, 73%, 45%
CMYK
0, 84, 50, 22
Luminance
0.1402
Every format
| HEX | #c71f63 |
| RGB | rgb(199, 31, 99) |
| HSL | hsl(336, 73%, 45%) |
| CMYK | cmyk(0%, 84%, 50%, 22%) |
| LAB | lab(44.3 66.0 5.1) |
| LCH | lch(44.3 66.2 4.4) |
| OKLCH | oklch(0.546 0.203 3.9) |
Copy-ready code
/* CSS */
color: #c71f63;
background-color: #c71f63;
/* Tailwind (arbitrary) */
class="text-[#c71f63] bg-[#c71f63]"
/* SCSS */
$brand: #c71f63;
/* SwiftUI */
Color(red: 0.780, green: 0.122, blue: 0.388)
/* Android */
Color.parseColor("#c71f63")Accessibility — WCAG contrast
Aa
#c71f63 on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71f63 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.2%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta84.4%
Yellow50.3%
Key (black)22.0%
Color previews
#c71f63 text on a black background
contrast 3.80:1
Card sample
#c71f63 text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71f63;
Background color
Panel with #c71f63 background
background-color: #c71f63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71f63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 31, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 31, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71f63; background: linear-gradient(135deg, #c71f63, #C74B1F);