#cf446f
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
207, 68, 111
HSL
341°, 59%, 54%
CMYK
0, 67, 46, 19
Luminance
0.1855
Every format
| HEX | #cf446f |
| RGB | rgb(207, 68, 111) |
| HSL | hsl(341, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 46%, 19%) |
| LAB | lab(50.2 57.8 6.4) |
| LCH | lch(50.2 58.1 6.3) |
| OKLCH | oklch(0.593 0.177 5.5) |
Copy-ready code
/* CSS */
color: #cf446f;
background-color: #cf446f;
/* Tailwind (arbitrary) */
class="text-[#cf446f] bg-[#cf446f]"
/* SCSS */
$brand: #cf446f;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.435)
/* Android */
Color.parseColor("#cf446f")Accessibility — WCAG contrast
Aa
#cf446f on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf446f on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow46.4%
Key (black)18.8%
Color previews
#cf446f text on a black background
contrast 4.71:1
Card sample
#cf446f text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf446f;
Background color
Panel with #cf446f background
background-color: #cf446f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf446f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf446f; background: linear-gradient(135deg, #cf446f, #CF7644);