#cf4170
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
207, 65, 112
HSL
340°, 60%, 53%
CMYK
0, 69, 46, 19
Luminance
0.1822
Every format
| HEX | #cf4170 |
| RGB | rgb(207, 65, 112) |
| HSL | hsl(340, 60%, 53%) |
| CMYK | cmyk(0%, 69%, 46%, 19%) |
| LAB | lab(49.8 59.0 5.2) |
| LCH | lch(49.8 59.3 5.0) |
| OKLCH | oklch(0.590 0.181 4.4) |
Copy-ready code
/* CSS */
color: #cf4170;
background-color: #cf4170;
/* Tailwind (arbitrary) */
class="text-[#cf4170] bg-[#cf4170]"
/* SCSS */
$brand: #cf4170;
/* SwiftUI */
Color(red: 0.812, green: 0.255, blue: 0.439)
/* Android */
Color.parseColor("#cf4170")Accessibility — WCAG contrast
Aa
#cf4170 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4170 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.5%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow45.9%
Key (black)18.8%
Color previews
#cf4170 text on a black background
contrast 4.64:1
Card sample
#cf4170 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4170;
Background color
Panel with #cf4170 background
background-color: #cf4170;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4170;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 65, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 65, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4170; background: linear-gradient(135deg, #cf4170, #CF7041);