#cf4064
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
207, 64, 100
HSL
345°, 60%, 53%
CMYK
0, 69, 52, 19
Luminance
0.1785
Every format
| HEX | #cf4064 |
| RGB | rgb(207, 64, 100) |
| HSL | hsl(345, 60%, 53%) |
| CMYK | cmyk(0%, 69%, 52%, 19%) |
| LAB | lab(49.3 58.4 11.8) |
| LCH | lch(49.3 59.6 11.5) |
| OKLCH | oklch(0.586 0.180 9.7) |
Copy-ready code
/* CSS */
color: #cf4064;
background-color: #cf4064;
/* Tailwind (arbitrary) */
class="text-[#cf4064] bg-[#cf4064]"
/* SCSS */
$brand: #cf4064;
/* SwiftUI */
Color(red: 0.812, green: 0.251, blue: 0.392)
/* Android */
Color.parseColor("#cf4064")Accessibility — WCAG contrast
Aa
#cf4064 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4064 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.1%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow51.7%
Key (black)18.8%
Color previews
#cf4064 text on a black background
contrast 4.57:1
Card sample
#cf4064 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4064;
Background color
Panel with #cf4064 background
background-color: #cf4064;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4064;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 64, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 64, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4064; background: linear-gradient(135deg, #cf4064, #CF7B40);