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