#cf2f5c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
207, 47, 92
HSL
343°, 63%, 50%
CMYK
0, 77, 56, 19
Luminance
0.1607
Every format
| HEX | #cf2f5c |
| RGB | rgb(207, 47, 92) |
| HSL | hsl(343, 63%, 50%) |
| CMYK | cmyk(0%, 77%, 56%, 19%) |
| LAB | lab(47.1 63.5 13.6) |
| LCH | lch(47.1 65.0 12.1) |
| OKLCH | oklch(0.569 0.196 10.1) |
Copy-ready code
/* CSS */
color: #cf2f5c;
background-color: #cf2f5c;
/* Tailwind (arbitrary) */
class="text-[#cf2f5c] bg-[#cf2f5c]"
/* SCSS */
$brand: #cf2f5c;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.361)
/* Android */
Color.parseColor("#cf2f5c")Accessibility — WCAG contrast
Aa
#cf2f5c on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2f5c on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow55.6%
Key (black)18.8%
Color previews
#cf2f5c text on a black background
contrast 4.21:1
Card sample
#cf2f5c text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2f5c;
Background color
Panel with #cf2f5c background
background-color: #cf2f5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2f5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2f5c; background: linear-gradient(135deg, #cf2f5c, #CF6D2F);