#cf447c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 68, 124
HSL
336°, 59%, 54%
CMYK
0, 67, 40, 19
Luminance
0.1885
Every format
| HEX | #cf447c |
| RGB | rgb(207, 68, 124) |
| HSL | hsl(336, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 40%, 19%) |
| LAB | lab(50.5 59.1 -0.9) |
| LCH | lch(50.5 59.1 359.1) |
| OKLCH | oklch(0.597 0.181 359.4) |
Copy-ready code
/* CSS */
color: #cf447c;
background-color: #cf447c;
/* Tailwind (arbitrary) */
class="text-[#cf447c] bg-[#cf447c]"
/* SCSS */
$brand: #cf447c;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.486)
/* Android */
Color.parseColor("#cf447c")Accessibility — WCAG contrast
Aa
#cf447c on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf447c on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow40.1%
Key (black)18.8%
Color previews
#cf447c text on a black background
contrast 4.77:1
Card sample
#cf447c text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf447c;
Background color
Panel with #cf447c background
background-color: #cf447c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf447c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf447c; background: linear-gradient(135deg, #cf447c, #CF6944);