#cf3c64
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
207, 60, 100
HSL
344°, 61%, 52%
CMYK
0, 71, 52, 19
Luminance
0.1742
Every format
| HEX | #cf3c64 |
| RGB | rgb(207, 60, 100) |
| HSL | hsl(344, 61%, 52%) |
| CMYK | cmyk(0%, 71%, 52%, 19%) |
| LAB | lab(48.8 59.9 11.1) |
| LCH | lch(48.8 60.9 10.5) |
| OKLCH | oklch(0.582 0.184 8.9) |
Copy-ready code
/* CSS */
color: #cf3c64;
background-color: #cf3c64;
/* Tailwind (arbitrary) */
class="text-[#cf3c64] bg-[#cf3c64]"
/* SCSS */
$brand: #cf3c64;
/* SwiftUI */
Color(red: 0.812, green: 0.235, blue: 0.392)
/* Android */
Color.parseColor("#cf3c64")Accessibility — WCAG contrast
Aa
#cf3c64 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3c64 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.5%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow51.7%
Key (black)18.8%
Color previews
#cf3c64 text on a black background
contrast 4.48:1
Card sample
#cf3c64 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3c64;
Background color
Panel with #cf3c64 background
background-color: #cf3c64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3c64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 60, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 60, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3c64; background: linear-gradient(135deg, #cf3c64, #CF763C);